Check if this device is supporting a feature.
'宣言
Public Overloads Function CheckFeatureSupport( _
ByVal As Feature _
) As System.Boolean
public System.bool CheckFeatureSupport(
Feature
)
パラメータ
- feature
- The feature to check.
戻り値の型
Returns true if this device supports this feature, otherwise false.