IUIAutomation::MixedAttributeValue Method
Retrieves a static object that is a token representing a text attribute that is mixed.
Syntax
HRESULT MixedAttributeValue( IUnknown **mixedAttributeValue );
Parameters
- mixedAttributeValue
[out] The address of a variable that receives the IUnknown pointer.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This object can be used for comparison with results from GetAttributeValue.
See Also