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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§