ExtendedProperty structure (uiautomationclient.h)

Contains information about an extended property.

Syntax

struct ExtendedProperty {
  BSTR PropertyName;
  BSTR PropertyValue;
};

Members

PropertyName

Type: BSTR

A localized string that contains the name of the extended property.

PropertyValue

Type: BSTR

A string that represents the value of the extended property. This string should be localized, if appropriate.

Remarks

This structure is used by the IUIAutomationStylesPattern::GetCachedExtendedPropertiesArray and GetCurrentExtendedPropertiesArray methods.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header uiautomationclient.h (include UIAutomation.h)