XmlQueryRuntime.DebugGetGlobalValue(String) Método

Definición

Obtiene el valor de un valor global que tiene el nombre especificado.

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

Parámetros

name
String

Valor de tipo string.

Devoluciones

Secuencia de instancias de XPathItem o null si no hay ningún valor global que tenga el nombre especificado.

Se aplica a