XmlQueryRuntime.DebugGetGlobalNames 方法

定义

返回一个数组,该数组包含此查询中使用的所有全局变量和参数的名称。

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

适用于