次の方法で共有


SyndicationFeedFormatter.WriteAttributeExtensions メソッド

定義

属性の拡張を書き込みます。

オーバーロード

WriteAttributeExtensions(XmlWriter, SyndicationPerson, String)

SyndicationPerson インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

WriteAttributeExtensions(XmlWriter, SyndicationLink, String)

SyndicationLink インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

WriteAttributeExtensions(XmlWriter, SyndicationCategory, String)

SyndicationCategory インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

WriteAttributeExtensions(XmlWriter, SyndicationFeed, String)

SyndicationFeed インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

WriteAttributeExtensions(XmlWriter, SyndicationItem, String)

SyndicationItem インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

WriteAttributeExtensions(XmlWriter, SyndicationPerson, String)

SyndicationPerson インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

protected public:
 static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected internal 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 Friend Shared Sub WriteAttributeExtensions (writer As XmlWriter, person As SyndicationPerson, version As String)

パラメーター

writer
XmlWriter

拡張の書き込み先の XmlWriter

person
SyndicationPerson

書き込まれる属性の拡張を含む SyndicationPerson インスタンス。

version
String

属性の拡張を書き込む配信バージョン。

注釈

属性の拡張が SyndicationPerson によって書き込まれる方法を制御するには、SyndicationPerson からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。

適用対象

SyndicationLink インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

protected public:
 static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected internal 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 Friend Shared Sub WriteAttributeExtensions (writer As XmlWriter, link As SyndicationLink, version As String)

パラメーター

writer
XmlWriter

拡張の書き込み先の XmlWriter

link
SyndicationLink

書き込まれる属性の拡張を含む SyndicationLink インスタンス。

version
String

属性の拡張を書き込む配信バージョン。

注釈

属性の拡張が SyndicationLink によって書き込まれる方法を制御するには、SyndicationLink からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。

適用対象

WriteAttributeExtensions(XmlWriter, SyndicationCategory, String)

SyndicationCategory インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

protected public:
 static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected internal 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 Friend Shared Sub WriteAttributeExtensions (writer As XmlWriter, category As SyndicationCategory, version As String)

パラメーター

writer
XmlWriter

拡張の書き込み先の XmlWriter

category
SyndicationCategory

書き込まれる属性の拡張を含む SyndicationCategory インスタンス。

version
String

属性の拡張を書き込む配信バージョン。

注釈

属性の拡張が SyndicationCategory によって書き込まれる方法を制御するには、SyndicationCategory からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。

適用対象

WriteAttributeExtensions(XmlWriter, SyndicationFeed, String)

SyndicationFeed インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

protected public:
 static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationFeed ^ feed, System::String ^ version);
protected internal static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationFeed feed, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationFeed * string -> unit
Protected Friend Shared Sub WriteAttributeExtensions (writer As XmlWriter, feed As SyndicationFeed, version As String)

パラメーター

writer
XmlWriter

拡張の書き込み先の XmlWriter

feed
SyndicationFeed

書き込まれる属性の拡張を含む SyndicationFeed インスタンス。

version
String

属性の拡張を書き込む配信バージョン。

注釈

属性の拡張が SyndicationFeed によって書き込まれる方法を制御するには、SyndicationFeed からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。

適用対象

WriteAttributeExtensions(XmlWriter, SyndicationItem, String)

SyndicationItem インスタンスの属性の拡張を、指定された配信バージョンの指定された XmlWriter に書き込みます。

protected public:
 static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected internal 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 Friend Shared Sub WriteAttributeExtensions (writer As XmlWriter, item As SyndicationItem, version As String)

パラメーター

writer
XmlWriter

拡張の書き込み先の XmlWriter

item
SyndicationItem

書き込まれる属性の拡張を含む SyndicationItem インスタンス。

version
String

属性の拡張を書き込む配信バージョン。

注釈

属性の拡張が SyndicationItem によって書き込まれる方法を制御するには、SyndicationItem からクラスを派生させ、WriteAttributeExtensions(XmlWriter, String) メソッドをオーバーライドします。

適用対象