CustomXMLPrefixMappings Interface
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.
Représente une collection d’objets CustomXMLPrefixMapping .
public interface class CustomXMLPrefixMappings : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB00-0000-0000-C000-000000000046")]
public interface CustomXMLPrefixMappings : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB00-0000-0000-C000-000000000046")>]
type CustomXMLPrefixMappings = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface CustomXMLPrefixMappings
Implements _IMsoDispObj, IEnumerable
- Attributs
- Implémente
Propriétés
Application |
Obtient un objet Application qui représente l’application conteneur de l’objet CustomXMLPrefixMappings . En lecture seule. |
Count |
Obtient le nombre d’éléments dans la CustomXMLPrefixMappings collection. En lecture seule. |
Creator |
Obtient un entier 32 bits qui indique l’application dans laquelle l’objet CustomXMLPrefixMappings a été créé. En lecture seule. |
Item[Object] |
Obtient un CustomXMLPrefixMapping objet de la CustomXMLPrefixMappings collection. En lecture seule. |
Parent |
Obtient l’objet parent de l’objet CustomXMLPrefixMappings . En lecture seule. |
Méthodes
AddNamespace(String, String) |
Cette méthode vous permet d'ajouter un mappage personnalisé espace de noms/préfixe à utiliser lors de l'interrogation d'un élément. |
GetEnumerator() |
Représente une collection d’objets CustomXMLPrefixMapping . |
LookupNamespace(String) |
Cette méthode permet d'obtenir l'espace de noms correspondant au préfixe spécifié. |
LookupPrefix(String) |
Cette méthode permet d'obtenir un préfixe correspondant à l'espace de noms spécifié. |