IStylesProvider.ExtendedProperties 属性

定义

获取包含其他属性信息的字符串值。 信息适用于未包含在此控件模式中的属性,但提供有关可能对用户有用的文档内容的信息。

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

属性值

String

Platform::String

winrt::hstring

包含扩展属性列表的本地化格式字符串。 字符串的格式必须设置为名称/值对列表,如下所示:“prop1=value;prop2=value2”。

适用于