FeatureSwitches.ToRawValues Methode

Definition

Achtung

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

Gibt einen Wert an, ob die Objekte in der Auflistung Unformatierte Werte enthalten.

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)

Gibt zurück

true , wenn die Objekte in der Auflistung Unformatierte Werte enthalten; falseandernfalls .

Attribute

Gilt für: