pub trait IUIAutomationTextChildPattern_Impl: Sized {
    // Required methods
    fn TextContainer(&self) -> Result<IUIAutomationElement>;
    fn TextRange(&self) -> Result<IUIAutomationTextRange>;
}

Required Methods§

fn TextContainer(&self) -> Result<IUIAutomationElement>

fn TextRange(&self) -> Result<IUIAutomationTextRange>

Object Safety§

This trait is not object safe.

Implementors§