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 若沒有全域值具有指定名稱。

適用於