XmlQueryRuntime.DebugSetGlobalValue(String, Object) Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Ustawia wartość wartości globalnej, która ma określoną nazwę.
public:
void DebugSetGlobalValue(System::String ^ name, System::Object ^ value);
public void DebugSetGlobalValue(string name, object value);
member this.DebugSetGlobalValue : string * obj -> unit
Public Sub DebugSetGlobalValue (name As String, value As Object)
Parametry
- name
- String
Wartość typu string.
- value
- Object
Wartość typu object.