FeatureSwitchDefinitionAttribute(String) 생성자

정의

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

지정된 기능 스위치 이름을 가진 입니다.

public:
 FeatureSwitchDefinitionAttribute(System::String ^ switchName);
public FeatureSwitchDefinitionAttribute (string switchName);
new System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute : string -> System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute
Public Sub New (switchName As String)

매개 변수

switchName
String

지정된 속성의 값을 제공하는 기능 스위치의 이름입니다.

적용 대상