Trait windows::Win32::Data::Xml::MsXml::ISchemaElement_Impl

pub trait ISchemaElement_Impl: Sized + ISchemaParticle_Impl {
    // Required methods
    fn type(&self) -> Result<ISchemaType>;
    fn scope(&self) -> Result<ISchemaComplexType>;
    fn defaultValue(&self) -> Result<BSTR>;
    fn fixedValue(&self) -> Result<BSTR>;
    fn isNillable(&self) -> Result<VARIANT_BOOL>;
    fn identityConstraints(&self) -> Result<ISchemaItemCollection>;
    fn substitutionGroup(&self) -> Result<ISchemaElement>;
    fn substitutionGroupExclusions(&self) -> Result<SCHEMADERIVATIONMETHOD>;
    fn disallowedSubstitutions(&self) -> Result<SCHEMADERIVATIONMETHOD>;
    fn isAbstract(&self) -> Result<VARIANT_BOOL>;
    fn isReference(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn type(&self) -> Result<ISchemaType>

fn scope(&self) -> Result<ISchemaComplexType>

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

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

fn isNillable(&self) -> Result<VARIANT_BOOL>

fn identityConstraints(&self) -> Result<ISchemaItemCollection>

fn substitutionGroup(&self) -> Result<ISchemaElement>

fn substitutionGroupExclusions(&self) -> Result<SCHEMADERIVATIONMETHOD>

fn disallowedSubstitutions(&self) -> Result<SCHEMADERIVATIONMETHOD>

fn isAbstract(&self) -> Result<VARIANT_BOOL>

fn isReference(&self) -> Result<VARIANT_BOOL>

Object Safety§

This trait is not object safe.

Implementors§