'宣言 Public Overloads Shared Function IsSupportedFeatureLevel( _ ByVal adapter As Adapter, _ ByVal featureLevel As FeatureLevel _ ) As System.Boolean
public static System.bool IsSupportedFeatureLevel( Adapter adapter, FeatureLevel featureLevel )
パラメータ
- adapter
- The adapter.
- featureLevel
- The feature level.
戻り値の型
true
if the specified adapter is supporting this feature level; otherwise, false
.