SyndicationElementExtension.OuterName Propriété
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 le nom externe de l’extension d’élément.
public:
property System::String ^ OuterName { System::String ^ get(); };
public string OuterName { get; }
member this.OuterName : string
Public ReadOnly Property OuterName As String
Valeur de propriété
Nom externe de l'extension d'élément.
Remarques
Le nom externe de l’extension d’élément suivante est custom
.
<feed xmlns:mg="http://contoso.com">
....<mg:custom> some text </mg:custom>
</feed>