XmlQueryRuntime.DebugGetGlobalNames 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个数组,该数组包含此查询中使用的所有全局变量和参数的名称。
public:
cli::array <System::String ^> ^ DebugGetGlobalNames();
public string[] DebugGetGlobalNames ();
member this.DebugGetGlobalNames : unit -> string[]
Public Function DebugGetGlobalNames () As String()
返回
- String[]
一个 string
值数组。
注解
返回的数组的格式为 {namespace}prefix:local-name
。