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」。

適用於