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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.