Condividi tramite


XmlQueryRuntime.DebugGetGlobalValue(String) Metodo

Definizione

Ottiene il valore di un valore globale con il nome specificato.

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

Parametri

name
String

Valore di tipo string.

Restituisce

Sequenza di istanze di XPathItem o null se non è presente alcun valore globale con il nome specificato.

Si applica a