SyndicationItemFormatter.WriteAttributeExtensions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
属性の拡張を書き込みます。
オーバーロード
WriteAttributeExtensions(XmlWriter, SyndicationCategory, String) |
SyndicationCategory インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。 |
WriteAttributeExtensions(XmlWriter, SyndicationItem, String) |
SyndicationItem インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。 |
WriteAttributeExtensions(XmlWriter, SyndicationLink, String) |
SyndicationLink インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。 |
WriteAttributeExtensions(XmlWriter, SyndicationPerson, String) |
SyndicationPerson インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。 |
WriteAttributeExtensions(XmlWriter, SyndicationCategory, String)
SyndicationCategory インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationCategory category, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationCategory * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, category As SyndicationCategory, version As String)
パラメーター
- category
- SyndicationCategory
書き込まれる属性の拡張を含む SyndicationCategory インスタンス。
- version
- String
属性の拡張を書き込む配信バージョン。
注釈
属性の拡張が SyndicationCategory によって書き込まれる方法を制御するには、SyndicationCategory からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。
適用対象
WriteAttributeExtensions(XmlWriter, SyndicationItem, String)
SyndicationItem インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationItem item, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationItem * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, item As SyndicationItem, version As String)
パラメーター
- item
- SyndicationItem
書き込まれる属性の拡張を含む SyndicationItem インスタンス。
- version
- String
属性の拡張を書き込む配信バージョン。
注釈
属性の拡張が SyndicationItem によって書き込まれる方法を制御するには、SyndicationItem からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。
適用対象
WriteAttributeExtensions(XmlWriter, SyndicationLink, String)
SyndicationLink インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationLink link, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationLink * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, link As SyndicationLink, version As String)
パラメーター
- link
- SyndicationLink
書き込まれる属性の拡張を含む SyndicationLink インスタンス。
- version
- String
属性の拡張を書き込む配信バージョン。
注釈
属性の拡張が SyndicationLink によって書き込まれる方法を制御するには、SyndicationLink からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。
適用対象
WriteAttributeExtensions(XmlWriter, SyndicationPerson, String)
SyndicationPerson インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationPerson person, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationPerson * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, person As SyndicationPerson, version As String)
パラメーター
- person
- SyndicationPerson
書き込まれる属性の拡張を含む SyndicationPerson インスタンス。
- version
- String
属性の拡張を書き込む配信バージョン。
注釈
属性の拡張が SyndicationPerson によって書き込まれる方法を制御するには、SyndicationPerson からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。
適用対象
.NET