Share via


IUIAutomationPropertyCondition::PropertyId Property

Retrieves the identifier of the Microsoft UI Automation property on which this condition is based.

Syntax

HRESULT IUIAutomationPropertyCondition::get_PropertyId(PROPERTYID *propertyId);

Parameters

  • propertyId
    The address of a variable that receives the property identifier. For a list of property IDs, see Property Identifiers.

Return Value

Returns S_OK if successful, or an error value otherwise.