pub trait IUIAutomationPropertyCondition_Impl: Sized + IUIAutomationCondition_Impl {
    // Required methods
    fn PropertyId(&self) -> Result<UIA_PROPERTY_ID>;
    fn PropertyValue(&self) -> Result<VARIANT>;
    fn PropertyConditionFlags(&self) -> Result<PropertyConditionFlags>;
}

Required Methods§

fn PropertyId(&self) -> Result<UIA_PROPERTY_ID>

fn PropertyValue(&self) -> Result<VARIANT>

fn PropertyConditionFlags(&self) -> Result<PropertyConditionFlags>

Object Safety§

This trait is not object safe.

Implementors§