FeatureSwitches 构造函数

定义

初始化 FeatureSwitches 类的新实例。

重载

FeatureSwitches()

初始化 FeatureSwitches 类的新实例。

FeatureSwitches(IDictionary<String,Boolean>)

使用功能开关值初始化 类的新实例 FeatureSwitches

FeatureSwitches()

初始化 FeatureSwitches 类的新实例。

public:
 FeatureSwitches();
public FeatureSwitches ();
Public Sub New ()

适用于

FeatureSwitches(IDictionary<String,Boolean>)

使用功能开关值初始化 类的新实例 FeatureSwitches

public:
 FeatureSwitches(System::Collections::Generic::IDictionary<System::String ^, bool> ^ featureSwitchValues);
public FeatureSwitches (System.Collections.Generic.IDictionary<string,bool> featureSwitchValues);
new Microsoft.BusinessIntelligence.FeatureSwitches : System.Collections.Generic.IDictionary<string, bool> -> Microsoft.BusinessIntelligence.FeatureSwitches
Public Sub New (featureSwitchValues As IDictionary(Of String, Boolean))

参数

featureSwitchValues
IDictionary<String,Boolean>

功能开关值。

适用于