IStylesProvider.ExtendedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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".