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