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)

반환

true컬렉션의 개체에 원시 값이 포함되어 있으면 이고, 그렇지 않으면 . false

특성

적용 대상