NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IFeatureSupport.IsPresent

Determines whether the specified feature is currently available on the system.

Overload List

Determines whether any version of the specified feature is currently available on the system.

[Visual Basic] Overloads Function IsPresent(Object) As Boolean
[C#] bool IsPresent(Object);
[C++] bool IsPresent(Object*) = 0;
[JScript] function IsPresent(Object) : Boolean;

Determines whether the specified or newer version of the specified feature is currently available on the system.

[Visual Basic] Overloads Function IsPresent(Object, Version) As Boolean
[C#] bool IsPresent(Object, Version);
[C++] bool IsPresent(Object*, Version) = 0;
[JScript] function IsPresent(Object, Version) : Boolean;

See Also

IFeatureSupport Interface | IFeatureSupport Members | System.WinForms Namespace