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 Interface

Specifies a standard interface for retrieving feature information about the current system.

IFeatureSupport

[Visual Basic]
Public Interface IFeatureSupport
[C#]
public interface IFeatureSupport
[C++]
public __gc __interface IFeatureSupport

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IFeatureSupport

Class Description
FeatureSupport Provides static (in Visual Basic Shared) methods, and specifies methods for retrieving feature information about the current system.

Remarks

When implemented in a class, IFeatureSupport provides methods you can use to determine whether a feature is currently installed on the system and to get the version number of a feature. Call IsPresent to determine whether a feature, or a specific version of a feature, is currently installed. Call GetVersionPresent to determine the version number of an installed feature.

See the FeatureSupport and OSFeature classes for implementations of this interface.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

IFeatureSupport Members | System.WinForms Namespace | FeatureSupport | OSFeature