Trait windows::Win32::Data::Xml::MsXml::IXMLDOMEntity_Impl

pub trait IXMLDOMEntity_Impl: Sized + IXMLDOMNode_Impl {
    // Required methods
    fn publicId(&self) -> Result<VARIANT>;
    fn systemId(&self) -> Result<VARIANT>;
    fn notationName(&self) -> Result<BSTR>;
}

Required Methods§

fn publicId(&self) -> Result<VARIANT>

fn systemId(&self) -> Result<VARIANT>

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

Object Safety§

This trait is not object safe.

Implementors§