System::Xml::XmlWriter::WriteAttributes メソッド

XmlWriter::WriteAttributes method

派生クラスでオーバーライドされた場合、XmlReaderの現在位置にあるすべての属性を書き出します。

virtual void System::Xml::XmlWriter::WriteAttributes(SharedPtr<XmlReader> reader, bool defattr)
パラメーター説明
readerSharedPtr<XmlReader>属性をコピーする元となるXmlReaderです。
defattrboolデフォルト属性をXmlReaderからコピーする場合はtrue、それ以外の場合はfalseです。

参照