Compartilhar via


XmlQueryRuntime.DebugGetGlobalValue(String) Método

Definição

Obtém o valor do 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 instâncias XPathItem ou null se não houver nenhum valor global com o nome especificado.

Aplica-se a