SyndicationCategory.ElementExtensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このカテゴリの要素拡張を取得します。
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
プロパティ値
要素拡張のコレクション。
例
次の XML は、カスタム要素を伴う SyndicationCategory を Atom 1.0 にシリアル化する方法を示しています。
<category customAttribute="value" term="FeedCategory" label="CategoryLabel" scheme="CategoryScheme">
<customCategoryElement xmlns="">Some text</customCategoryElement>
</category>
Note
SyndicationCategory インスタンス内のカスタム要素は、RSS 2.0 にシリアル化されません。
注釈
要素拡張は、Atom 1.0 または RSS 2.0 のどちらの仕様でも定義されていない XML 要素です。 有効な XML 要素の名前空間が、外側の名前空間と異なる場合は、その XML 要素を拡張として追加できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET