XmlQueryRuntime.DebugGetGlobalNames Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau qui contient les noms de toutes les variables globales et paramètres utilisés dans cette requête.
public:
cli::array <System::String ^> ^ DebugGetGlobalNames();
public string[] DebugGetGlobalNames ();
member this.DebugGetGlobalNames : unit -> string[]
Public Function DebugGetGlobalNames () As String()
Retours
- String[]
Tableau de valeurs string
.
Remarques
Le format du tableau retourné est {namespace}prefix:local-name
.