次の方法で共有


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

属性

適用対象