XmlQueryRuntime.DebugGetGlobalValue(String) Método

Definição

Obtém o valor de um valor global que tem o nome 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

Um valor do tipo string.

Retornos

Uma sequência de XPathItem instâncias ou null se não houver nenhum valor global que tenha o nome especificado.

Aplica-se a