XmlQueryRuntime.GetGlobalValue(Int32) 方法

定义

返回绑定到指定的全局变量的值。 如果尚未计算该值,则计算它并将它存储在全局变量中。

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

参数

index
Int32

一个 int 类型的值。

返回

Object

绑定到指定的全局变量的值。

适用于