XmlQueryRuntime.DebugGetGlobalValue(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定名稱之全域值的值。
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
。