Share via


IStylesProvider.ExtendedProperties Property

Definition

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.

public:
 property Platform::String ^ ExtendedProperties { Platform::String ^ get(); };
winrt::hstring ExtendedProperties();
public string ExtendedProperties { get; }
var string = iStylesProvider.extendedProperties;
Public ReadOnly Property ExtendedProperties As String

Property Value

String

Platform::String

winrt::hstring

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".

Applies to