共用方式為


CoreWindow.CustomProperties 屬性

定義

取得視窗的自訂屬性集。

public:
 property IPropertySet ^ CustomProperties { IPropertySet ^ get(); };
IPropertySet CustomProperties();
public IPropertySet CustomProperties { get; }
var iPropertySet = coreWindow.customProperties;
Public ReadOnly Property CustomProperties As IPropertySet

屬性值

視窗的自訂屬性集,以 Tuple 表示。

實作

適用於

另請參閱