Share via


XmlQueryRuntime.SetGlobalValue(Int32, Object) Método

Definición

Devuelve el valor enlazado a la variable global o al parámetro especificado.

public:
 void SetGlobalValue(int index, System::Object ^ value);
public void SetGlobalValue (int index, object value);
member this.SetGlobalValue : int * obj -> unit
Public Sub SetGlobalValue (index As Integer, value As Object)

Parámetros

index
Int32

Valor de tipo int.

value
Object

Valor de tipo object.

Se aplica a