windows::Win32::UI::Accessibility

Trait ISelectionProvider2_Impl

pub trait ISelectionProvider2_Impl: ISelectionProvider_Impl {
    // Required methods
    fn FirstSelectedItem(&self) -> Result<IRawElementProviderSimple>;
    fn LastSelectedItem(&self) -> Result<IRawElementProviderSimple>;
    fn CurrentSelectedItem(&self) -> Result<IRawElementProviderSimple>;
    fn ItemCount(&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§