Trait windows::Win32::Data::Xml::MsXml::IXMLDSOControl_Impl

pub trait IXMLDSOControl_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn XMLDocument(&self) -> Result<IXMLDOMDocument>;
    fn SetXMLDocument(&self, ppdoc: Option<&IXMLDOMDocument>) -> Result<()>;
    fn JavaDSOCompatible(&self) -> Result<BOOL>;
    fn SetJavaDSOCompatible(&self, fjavadsocompatible: BOOL) -> Result<()>;
    fn readyState(&self) -> Result<i32>;
}

Required Methods§

fn XMLDocument(&self) -> Result<IXMLDOMDocument>

fn SetXMLDocument(&self, ppdoc: Option<&IXMLDOMDocument>) -> Result<()>

fn JavaDSOCompatible(&self) -> Result<BOOL>

fn SetJavaDSOCompatible(&self, fjavadsocompatible: BOOL) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§