共用方式為


ICoreWindow.CustomProperties 屬性

定義

指定屬性,這個屬性會取得視窗的自訂屬性集。

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

屬性值

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

適用於

另請參閱