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