windows::Win32::UI::Accessibility

Trait IUIAutomationTextPattern2_Impl

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

Required Methods§

fn RangeFromAnnotation( &self, annotation: Ref<'_, IUIAutomationElement>, ) -> Result<IUIAutomationTextRange>

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§