다음을 통해 공유


DelegatingXmlDictionaryWriter.InitializeInnerWriter 메서드

정의

지정된 내부 작성기를 사용하여 이 인스턴스를 초기화합니다.

protected:
 void InitializeInnerWriter(System::Xml::XmlDictionaryWriter ^ innerWriter);
protected void InitializeInnerWriter (System.Xml.XmlDictionaryWriter innerWriter);
member this.InitializeInnerWriter : System.Xml.XmlDictionaryWriter -> unit
Protected Sub InitializeInnerWriter (innerWriter As XmlDictionaryWriter)

매개 변수

innerWriter
XmlDictionaryWriter

이 인스턴스에서 래핑되는 작성기입니다.

설명

집합의 InnerWriter 속성으로 지정 된 작성기에는 innerWriter 매개 변수입니다.

적용 대상