XmlQueryRuntime.GetGlobalValue(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回繫結到指定之全域變數的值。 如果這個值尚未計算出來,則會計算該值並且儲存在全域變數中。
public:
System::Object ^ GetGlobalValue(int index);
public object GetGlobalValue (int index);
member this.GetGlobalValue : int -> obj
Public Function GetGlobalValue (index As Integer) As Object
參數
傳回
-
Object
已經繫結到指定之全域變數的值。
適用於