다음을 통해 공유


FeatureGuardAttribute(Type) 생성자

정의

FeatureGuardAttribute 클래스의 새 인스턴스를 초기화합니다.

지정된 기능 형식을 사용합니다.

public:
 FeatureGuardAttribute(Type ^ featureType);
public FeatureGuardAttribute(Type featureType);
new System.Diagnostics.CodeAnalysis.FeatureGuardAttribute : Type -> System.Diagnostics.CodeAnalysis.FeatureGuardAttribute
Public Sub New (featureType As Type)

매개 변수

featureType
Type

속성에서 보호되는 기능을 나타내는 형식입니다.

적용 대상