SyndicationContent.WriteTo(XmlWriter, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the contents of this object to the specified XmlWriter within the specified element and element namespace.
public:
void WriteTo(System::Xml::XmlWriter ^ writer, System::String ^ outerElementName, System::String ^ outerElementNamespace);
public void WriteTo (System.Xml.XmlWriter writer, string outerElementName, string outerElementNamespace);
member this.WriteTo : System.Xml.XmlWriter * string * string -> unit
Public Sub WriteTo (writer As XmlWriter, outerElementName As String, outerElementNamespace As String)
Parameters
- outerElementName
- String
The name of the element.
- outerElementNamespace
- String
The namespace of the element.
Remarks
The content contained in this object is written within the specified outer element.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.