Condividi tramite


XmlQueryRuntime.DebugSetGlobalValue(String, Object) Metodo

Definizione

Imposta il valore di un valore globale con il nome specificato.

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)

Parametri

name
String

Valore di tipo string.

value
Object

Valore di tipo object.

Si applica a