IsSupportedFeatureLevel(Adapter,FeatureLevel) Method
In This Topic
Check if a feature level is supported by a particular adapter.
Syntax
'Declaration
Public Overloads Shared Function IsSupportedFeatureLevel( _
ByVal As Adapter, _
ByVal As FeatureLevel _
) As System.Boolean
public static System.bool IsSupportedFeatureLevel(
Adapter ,
FeatureLevel
)
Parameters
- adapter
- The adapter.
- featureLevel
- The feature level.
Return Value
true
if the specified adapter is supporting this feature level; otherwise, false
.
See Also