共用方式為


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

已經繫結到指定之全域變數的值。

適用於