Sdílet prostřednictvím


ServiceDocument.ElementExtensions Vlastnost

Definice

Získá rozšíření elementu pro dokument služby.

public:
 property System::ServiceModel::Syndication::SyndicationElementExtensionCollection ^ ElementExtensions { System::ServiceModel::Syndication::SyndicationElementExtensionCollection ^ get(); };
public System.ServiceModel.Syndication.SyndicationElementExtensionCollection ElementExtensions { get; }
member this.ElementExtensions : System.ServiceModel.Syndication.SyndicationElementExtensionCollection
Public ReadOnly Property ElementExtensions As SyndicationElementExtensionCollection

Hodnota vlastnosti

Instance SyndicationElementExtensionCollection obsahující rozšíření elementu.

Poznámky

Rozšíření elementů jsou platné elementy XML, které nejsou zadány ve specifikacích Atom 1.0 nebo RSS 2.0. Jako rozšíření můžete přidat libovolný platný element XML za předpokladu, že se jeho obor názvů liší od ohraničujícího oboru názvů.

<mg:MyElement xmlns:mg="http://myserver/elements" />  

Platí pro