DelegatingXmlDictionaryWriter.InnerWriter 属性

定义

获取包装的编写器。

protected:
 property System::Xml::XmlDictionaryWriter ^ InnerWriter { System::Xml::XmlDictionaryWriter ^ get(); };
protected System.Xml.XmlDictionaryWriter InnerWriter { get; }
member this.InnerWriter : System.Xml.XmlDictionaryWriter
Protected ReadOnly Property InnerWriter As XmlDictionaryWriter

属性值

返回 XmlDictionaryWriter

适用于