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.

적용 대상