IStylesProvider.ExtendedProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含其他属性信息的字符串值。 信息适用于未包含在此控件模式中的属性,但提供有关可能对用户有用的文档内容的信息。
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
属性值
包含扩展属性列表的本地化格式字符串。 字符串的格式必须设置为名称/值对列表,如下所示:“prop1=value;prop2=value2”。