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

提供指定属性的值的功能开关的名称。

适用于