CustomXMLPrefixMappings.LookupNamespace(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.
Cette méthode permet d'obtenir l'espace de noms correspondant au préfixe spécifié.
public:
System::String ^ LookupNamespace(System::String ^ Prefix);
public string LookupNamespace (string Prefix);
abstract member LookupNamespace : string -> string
Public Function LookupNamespace (Prefix As String) As String
Paramètres
- Prefix
- String
Contient un préfixe de la liste de mappage des préfixes.
Retours
String
Remarques
Si aucun espace de noms n’est affecté au préfixe demandé, la méthode retourne une chaîne vide ("").