SyndicationContent.WriteTo(XmlWriter, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 개체의 내용을 지정된 요소 및 요소 네임스페이스 내부의 지정된 XmlWriter 에 씁니다.
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)
매개 변수
- outerElementName
- String
요소 이름입니다.
- outerElementNamespace
- String
요소의 네임스페이스입니다.
설명
이 개체에 포함된 콘텐츠는 지정된 외부 요소 내에 기록됩니다.