ICoreWindow.CustomProperties プロパティ

定義

ウィンドウのカスタム プロパティのセットを取得するプロパティを指定します。

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

プロパティ値

ウィンドウのカスタム プロパティのセット。タプルとして表されます。

適用対象

こちらもご覧ください