windows::Win32::UI::Accessibility

Trait IUIAutomationItemContainerPattern_Impl

pub trait IUIAutomationItemContainerPattern_Impl: IUnknownImpl {
    // Required method
    fn FindItemByProperty(
        &self,
        pstartafter: Ref<'_, IUIAutomationElement>,
        propertyid: UIA_PROPERTY_ID,
        value: &VARIANT,
    ) -> Result<IUIAutomationElement>;
}

Required Methods§

fn FindItemByProperty( &self, pstartafter: Ref<'_, IUIAutomationElement>, propertyid: UIA_PROPERTY_ID, value: &VARIANT, ) -> Result<IUIAutomationElement>

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§