pub trait IUIAutomationTextPattern2_Impl: Sized + IUIAutomationTextPattern_Impl {
    // Required methods
    fn RangeFromAnnotation(
        &self,
        annotation: Option<&IUIAutomationElement>,
    ) -> Result<IUIAutomationTextRange>;
    fn GetCaretRange(
        &self,
        isactive: *mut BOOL,
    ) -> Result<IUIAutomationTextRange>;
}

Required Methods§

fn RangeFromAnnotation( &self, annotation: Option<&IUIAutomationElement>, ) -> Result<IUIAutomationTextRange>

fn GetCaretRange(&self, isactive: *mut BOOL) -> Result<IUIAutomationTextRange>

Object Safety§

This trait is not object safe.

Implementors§