pub trait IUIAutomationElement8_Impl: Sized + IUIAutomationElement7_Impl {
    // Required methods
    fn CurrentHeadingLevel(&self) -> Result<UIA_HEADINGLEVEL_ID>;
    fn CachedHeadingLevel(&self) -> Result<UIA_HEADINGLEVEL_ID>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§