Trait windows::Win32::Data::Xml::MsXml::IXMLDOMParseError2_Impl

pub trait IXMLDOMParseError2_Impl: Sized + IXMLDOMParseError_Impl {
    // Required methods
    fn errorXPath(&self) -> Result<BSTR>;
    fn allErrors(&self) -> Result<IXMLDOMParseErrorCollection>;
    fn errorParameters(&self, index: i32) -> Result<BSTR>;
    fn errorParametersCount(&self) -> Result<i32>;
}

Required Methods§

fn errorXPath(&self) -> Result<BSTR>

fn allErrors(&self) -> Result<IXMLDOMParseErrorCollection>

fn errorParameters(&self, index: i32) -> Result<BSTR>

fn errorParametersCount(&self) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§