XmlQueryRuntime.GetGlobalValue(Int32) Método

Definição

Retorna o valor associado à variável global especificada. Se o valor ainda não tiver sido calculado, compute-o e armazene-o na variável global.

public:
 System::Object ^ GetGlobalValue(int index);
public object GetGlobalValue(int index);
member this.GetGlobalValue : int -> obj
Public Function GetGlobalValue (index As Integer) As Object

Parâmetros

index
Int32

Um valor do tipo int.

Retornos

O valor associado à variável global especificada.

Aplica-se a