Compartir a través de


XmlQueryRuntime.DebugSetGlobalValue(String, Object) Método

Definición

Establece el valor de un valor global que tiene el nombre especificado.

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)

Parámetros

name
String

Valor de tipo string.

value
Object

Valor de tipo object.

Se aplica a