FeatureSwitches.ToRawValues 方法

定义

注意

Feature code should always rely on compiler-checked Boolean feature switch properties.

指示集合中的对象是否包含原始值的值。

public:
 System::Collections::Generic::IDictionary<System::String ^, bool> ^ ToRawValues();
[System.Obsolete("Feature code should always rely on compiler-checked Boolean feature switch properties.")]
public System.Collections.Generic.IDictionary<string,bool> ToRawValues ();
[<System.Obsolete("Feature code should always rely on compiler-checked Boolean feature switch properties.")>]
member this.ToRawValues : unit -> System.Collections.Generic.IDictionary<string, bool>
Public Function ToRawValues () As IDictionary(Of String, Boolean)

返回

IDictionary<String,Boolean>

true 如果集合中的对象包含原始值,则为否则,为 false.

属性

适用于