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 如果没有具有指定名称的全局值。

适用于