Udostępnij za pośrednictwem


SyndicationItemFormatter.WriteAttributeExtensions Metoda

Definicja

Zapisuje rozszerzenia atrybutów.

Przeciążenia

WriteAttributeExtensions(XmlWriter, SyndicationCategory, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationCategory do określonej XmlWriter w określonej wersji syndykacji.

WriteAttributeExtensions(XmlWriter, SyndicationItem, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationItem do określonej XmlWriter w określonej wersji syndykacji.

WriteAttributeExtensions(XmlWriter, SyndicationLink, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationLink do określonej XmlWriter w określonej wersji syndykacji.

WriteAttributeExtensions(XmlWriter, SyndicationPerson, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationPerson do określonej XmlWriter w określonej wersji syndykacji.

WriteAttributeExtensions(XmlWriter, SyndicationCategory, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationCategory do określonej XmlWriter w określonej wersji syndykacji.

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

Parametry

writer
XmlWriter

Element XmlWriter do zapisywania rozszerzeń.

category
SyndicationCategory

Wystąpienie SyndicationCategory , które zawiera rozszerzenia atrybutów do zapisania.

version
String

Wersja syndykacji do zapisywania rozszerzeń atrybutów w programie.

Uwagi

Aby kontrolować sposób zapisywania rozszerzeń atrybutów przez SyndicationCategoryklasę , należy utworzyć klasę i SyndicationCategory zastąpić metodę WriteAttributeExtensions(XmlWriter, String) .

Dotyczy

WriteAttributeExtensions(XmlWriter, SyndicationItem, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationItem do określonej XmlWriter w określonej wersji syndykacji.

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

Parametry

writer
XmlWriter

Element XmlWriter do zapisywania rozszerzeń.

item
SyndicationItem

Wystąpienie SyndicationItem , które zawiera rozszerzenia atrybutów do zapisania.

version
String

Wersja syndykacji do zapisywania rozszerzeń atrybutów w programie.

Uwagi

Aby kontrolować sposób zapisywania rozszerzeń atrybutów przez SyndicationItemklasę , należy utworzyć klasę i SyndicationItem zastąpić metodę WriteAttributeExtensions(XmlWriter, String) .

Dotyczy

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationLink do określonej XmlWriter w określonej wersji syndykacji.

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

Parametry

writer
XmlWriter

Element XmlWriter do zapisywania rozszerzeń.

link
SyndicationLink

Wystąpienie SyndicationLink , które zawiera rozszerzenia atrybutów do zapisania.

version
String

Wersja syndykacji do zapisywania rozszerzeń atrybutów w programie.

Uwagi

Aby kontrolować sposób zapisywania rozszerzeń atrybutów przez SyndicationLinkklasę , należy utworzyć klasę i SyndicationLink zastąpić metodę WriteAttributeExtensions(XmlWriter, String) .

Dotyczy

WriteAttributeExtensions(XmlWriter, SyndicationPerson, String)

Zapisuje rozszerzenia atrybutów w wystąpieniu SyndicationPerson do określonej XmlWriter w określonej wersji syndykacji.

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

Parametry

writer
XmlWriter

Element XmlWriter do zapisywania rozszerzeń.

person
SyndicationPerson

Wystąpienie SyndicationPerson , które zawiera rozszerzenia atrybutów do zapisania.

version
String

Wersja syndykacji do zapisywania rozszerzeń atrybutów w programie.

Uwagi

Aby kontrolować sposób zapisywania rozszerzeń atrybutów przez SyndicationPersonklasę , należy utworzyć klasę i SyndicationPerson zastąpić metodę WriteAttributeExtensions(XmlWriter, String) .

Dotyczy