pub trait IUIAutomationElement2_Impl: Sized + IUIAutomationElement_Impl {
    // Required methods
    fn CurrentOptimizeForVisualContent(&self) -> Result<BOOL>;
    fn CachedOptimizeForVisualContent(&self) -> Result<BOOL>;
    fn CurrentLiveSetting(&self) -> Result<LiveSetting>;
    fn CachedLiveSetting(&self) -> Result<LiveSetting>;
    fn CurrentFlowsFrom(&self) -> Result<IUIAutomationElementArray>;
    fn CachedFlowsFrom(&self) -> Result<IUIAutomationElementArray>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§