Trait IUIAutomationSelectionPattern_Impl
pub trait IUIAutomationSelectionPattern_Impl: IUnknownImpl {
// Required methods
fn GetCurrentSelection(&self) -> Result<IUIAutomationElementArray>;
fn CurrentCanSelectMultiple(&self) -> Result<BOOL>;
fn CurrentIsSelectionRequired(&self) -> Result<BOOL>;
fn GetCachedSelection(&self) -> Result<IUIAutomationElementArray>;
fn CachedCanSelectMultiple(&self) -> Result<BOOL>;
fn CachedIsSelectionRequired(&self) -> Result<BOOL>;
}
Required Methods§
fn GetCurrentSelection(&self) -> Result<IUIAutomationElementArray>
fn CurrentCanSelectMultiple(&self) -> Result<BOOL>
fn CurrentIsSelectionRequired(&self) -> Result<BOOL>
fn GetCachedSelection(&self) -> Result<IUIAutomationElementArray>
fn CachedCanSelectMultiple(&self) -> Result<BOOL>
fn CachedIsSelectionRequired(&self) -> Result<BOOL>
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.