Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 745 Bytes

istylesprovider_extendedproperties.md

File metadata and controls

22 lines (15 loc) · 745 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Automation.Provider.IStylesProvider.ExtendedProperties
winrt property

Microsoft.UI.Xaml.Automation.Provider.IStylesProvider.ExtendedProperties

-description

Gets a string value that contains additional property info. The info is for properties are that are not included in this control pattern, but that provide information about the document content that might be useful to the user.

-property-value

A localized, formatted string that contains the list of extended properties. The string must be formatted as a list of name/value pairs, as follows: "prop1=value;prop2=value2".

-remarks

-examples

-see-also