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 类型的值。

返回

IList

一个 XPathItem 实例的序列,如果不存在具有指定名称的全局值,则为 null

适用于