windows::Win32::UI::Accessibility

Trait IUIAutomationSelectionPattern2_Impl

pub trait IUIAutomationSelectionPattern2_Impl: IUIAutomationSelectionPattern_Impl {
    // Required methods
    fn CurrentFirstSelectedItem(&self) -> Result<IUIAutomationElement>;
    fn CurrentLastSelectedItem(&self) -> Result<IUIAutomationElement>;
    fn CurrentCurrentSelectedItem(&self) -> Result<IUIAutomationElement>;
    fn CurrentItemCount(&self) -> Result<i32>;
    fn CachedFirstSelectedItem(&self) -> Result<IUIAutomationElement>;
    fn CachedLastSelectedItem(&self) -> Result<IUIAutomationElement>;
    fn CachedCurrentSelectedItem(&self) -> Result<IUIAutomationElement>;
    fn CachedItemCount(&self) -> Result<i32>;
}

Required Methods§

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§