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

提供指定屬性值的功能參數名稱。

適用於