XmlQueryRuntime.DebugGetGlobalValue(String) 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.
Obtient la valeur d'une valeur globale portant le nom spécifié.
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
Paramètres
- name
- String
Valeur de type string.
Retours
Séquence d'instances XPathItem, ou null s'il n'y a aucune valeur globale portant le nom spécifié.