Retrieves the version of the specified feature.
[Visual Basic] Function GetVersionPresent( _ ByVal feature As Object _ ) As Version [C#] Version GetVersionPresent( object feature ); [C++] Version* GetVersionPresent( Object* feature ) = 0; [JScript] function GetVersionPresent( feature : Object ) : Version;
A Version representing the version of the specified feature currently available on the system. If the feature is present but does not have a version associated with it, such as a feature that can be present or absent, then System.WinForms.VersionNumber.ZERO is returned. If the feature is not present in any version, then System.WinForms.VersionNumber.INVALID is returned.
For an implementation of this method, see GetVersionPresent.
IFeatureSupport Interface | IFeatureSupport Members | System.WinForms Namespace | GetVersionPresent | GetVersionPresent | OSFeature | FeatureSupport