次の方法で共有


SyndicationContent.WriteContentsTo(XmlWriter) メソッド

定義

この SyndicationContent オブジェクトのコンテンツを、指定された XmlWriter に書き込みます。

protected:
 abstract void WriteContentsTo(System::Xml::XmlWriter ^ writer);
protected abstract void WriteContentsTo (System.Xml.XmlWriter writer);
abstract member WriteContentsTo : System.Xml.XmlWriter -> unit
Protected MustOverride Sub WriteContentsTo (writer As XmlWriter)

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

注釈

このメソッドは、SyndicationContent に含まれるコンテンツのみを書き込みます。

適用対象