FeatureSwitches.ToRawValues Método

Definição

Cuidado

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

Indica um valor se os objetos na coleção contêm valores brutos.

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)

Retornos

true se os objetos na coleção contiverem valores brutos; caso contrário, false.

Atributos

Aplica-se a