windows::Win32::UI::Accessibility

Trait IRawElementProviderSimple3_Impl

pub trait IRawElementProviderSimple3_Impl: IRawElementProviderSimple2_Impl {
    // Required method
    fn GetMetadataValue(
        &self,
        targetid: i32,
        metadataid: UIA_METADATA_ID,
    ) -> Result<VARIANT>;
}

Required Methods§

fn GetMetadataValue( &self, targetid: i32, metadataid: UIA_METADATA_ID, ) -> Result<VARIANT>

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§