Share via


FeaturePrepareImage.IsFeatureAvailable(ProductFeatureType) メソッド

定義

機能を使用できるかどうかを示す値を指定します。

public:
 bool IsFeatureAvailable(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public bool IsFeatureAvailable (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
member this.IsFeatureAvailable : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
Public Function IsFeatureAvailable (feature As ProductFeatureType) As Boolean

パラメーター

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

特徴量の種類。

戻り値

true機能が利用可能な場合。それ以外の場合は . false

適用対象