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 的值。

傳回

綁定到指定的全域變數的值。

適用於