Determines whether the specified or newer version of the specified feature is currently available on the system.
[Visual Basic] Overloads Function IsPresent( _ ByVal feature As Object, _ ByVal minimumVersion As Version _ ) As Boolean [C#] bool IsPresent( object feature, Version minimumVersion ); [C++] bool IsPresent( Object* feature, Version* minimumVersion ) = 0; [JScript] function IsPresent( feature : Object, minimumVersion : Version ) : Boolean;
true if the requested version of the feature is present; otherwise, false.
IFeatureSupport Interface | IFeatureSupport Members | System.WinForms Namespace | IFeatureSupport.IsPresent Overload List | IsPresent | FeatureSupport | OSFeature