Trait IUIAutomationLegacyIAccessiblePattern_Impl
pub trait IUIAutomationLegacyIAccessiblePattern_Impl: IUnknownImpl {
Show 24 methods
// Required methods
fn Select(&self, flagsselect: i32) -> Result<()>;
fn DoDefaultAction(&self) -> Result<()>;
fn SetValue(&self, szvalue: &PCWSTR) -> Result<()>;
fn CurrentChildId(&self) -> Result<i32>;
fn CurrentName(&self) -> Result<BSTR>;
fn CurrentValue(&self) -> Result<BSTR>;
fn CurrentDescription(&self) -> Result<BSTR>;
fn CurrentRole(&self) -> Result<u32>;
fn CurrentState(&self) -> Result<u32>;
fn CurrentHelp(&self) -> Result<BSTR>;
fn CurrentKeyboardShortcut(&self) -> Result<BSTR>;
fn GetCurrentSelection(&self) -> Result<IUIAutomationElementArray>;
fn CurrentDefaultAction(&self) -> Result<BSTR>;
fn CachedChildId(&self) -> Result<i32>;
fn CachedName(&self) -> Result<BSTR>;
fn CachedValue(&self) -> Result<BSTR>;
fn CachedDescription(&self) -> Result<BSTR>;
fn CachedRole(&self) -> Result<u32>;
fn CachedState(&self) -> Result<u32>;
fn CachedHelp(&self) -> Result<BSTR>;
fn CachedKeyboardShortcut(&self) -> Result<BSTR>;
fn GetCachedSelection(&self) -> Result<IUIAutomationElementArray>;
fn CachedDefaultAction(&self) -> Result<BSTR>;
fn GetIAccessible(&self) -> Result<IAccessible>;
}
Required Methods§
fn Select(&self, flagsselect: i32) -> Result<()>
fn DoDefaultAction(&self) -> Result<()>
fn SetValue(&self, szvalue: &PCWSTR) -> Result<()>
fn CurrentChildId(&self) -> Result<i32>
fn CurrentName(&self) -> Result<BSTR>
fn CurrentValue(&self) -> Result<BSTR>
fn CurrentDescription(&self) -> Result<BSTR>
fn CurrentRole(&self) -> Result<u32>
fn CurrentState(&self) -> Result<u32>
fn CurrentHelp(&self) -> Result<BSTR>
fn CurrentKeyboardShortcut(&self) -> Result<BSTR>
fn GetCurrentSelection(&self) -> Result<IUIAutomationElementArray>
fn CurrentDefaultAction(&self) -> Result<BSTR>
fn CachedChildId(&self) -> Result<i32>
fn CachedName(&self) -> Result<BSTR>
fn CachedValue(&self) -> Result<BSTR>
fn CachedDescription(&self) -> Result<BSTR>
fn CachedRole(&self) -> Result<u32>
fn CachedState(&self) -> Result<u32>
fn CachedHelp(&self) -> Result<BSTR>
fn CachedKeyboardShortcut(&self) -> Result<BSTR>
fn GetCachedSelection(&self) -> Result<IUIAutomationElementArray>
fn CachedDefaultAction(&self) -> Result<BSTR>
fn GetIAccessible(&self) -> Result<IAccessible>
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.