'Declaration Public Overloads Shared Function IsSupportedFeatureLevel( _ ByVal featureLevel As FeatureLevel _ ) As System.Boolean
public static System.bool IsSupportedFeatureLevel( FeatureLevel featureLevel )
Parameters
- featureLevel
- The feature level.
Return Value
true
if the primary adapter is supporting this feature level; otherwise, false
.