Trait windows::Win32::UI::Accessibility::ITextProvider2_Impl

pub trait ITextProvider2_Impl: Sized + ITextProvider_Impl {
    // Required methods
    fn RangeFromAnnotation(
        &self,
        annotationelement: Option<&IRawElementProviderSimple>,
    ) -> Result<ITextRangeProvider>;
    fn GetCaretRange(&self, isactive: *mut BOOL) -> Result<ITextRangeProvider>;
}

Required Methods§

fn RangeFromAnnotation( &self, annotationelement: Option<&IRawElementProviderSimple>, ) -> Result<ITextRangeProvider>

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

Object Safety§

This trait is not object safe.

Implementors§