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 (Object)

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

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

Parameters

feature
The feature to look for.

Return Value

true if the feature is present; otherwise, false.

See Also

IFeatureSupport Interface | IFeatureSupport Members | System.WinForms Namespace | IFeatureSupport.IsPresent Overload List | IsPresent | FeatureSupport | OSFeature