Compartilhar via


XmlQueryRuntime.DebugSetGlobalValue(String, Object) Método

Definição

Define o valor do valor global que tem o nome 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

Um valor do tipo string.

value
Object

Um valor do tipo object.

Aplica-se a