Condividi tramite


FeatureSwitches.ToRawValues Metodo

Definizione

Attenzione

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

Indica un valore che indica se gli oggetti nell'insieme contengono valori non elaborati.

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)

Restituisce

IDictionary<String,Boolean>

true se gli oggetti nella raccolta contengono valori non elaborati; in caso contrario, false.

Attributi

Si applica a