共用方式為


XmlQueryRuntime.DebugGetGlobalValue(String) 方法

定義

取得具有指定名稱之全域值的值。

public:
 System::Collections::IList ^ DebugGetGlobalValue(System::String ^ name);
public System.Collections.IList DebugGetGlobalValue (string name);
member this.DebugGetGlobalValue : string -> System.Collections.IList
Public Function DebugGetGlobalValue (name As String) As IList

參數

name
String

型別 string 的值。

傳回

XPathItem 執行個體的序列,或者如果沒有具有該指定名稱的全域值,則為 null

適用於