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 contenant 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
Tableau de string valeurs.
Remarques
Le format du tableau retourné est {namespace}prefix:local-name.