IUIAutomationStylesPattern::GetCachedExtendedPropertiesArray method
Retrieves the cached extended properties for an element in a document.
Syntax
HRESULT GetCachedExtendedPropertiesArray (
[out] ExtendedProperty **propertyArray,
[out] int *propertyCount
);
Parameters
propertyArray [out]
Type: ExtendedProperty**Receives an array of structures that contains the cached extended properties.
propertyCount [out]
Type: int*Receives the count of structures in the propertyArray array.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
UIAutomationClient.h (include UIAutomation.h) |
IDL |
UIAutomationClient.idl |