ICoreWindow.CustomProperties 属性

定义

指定获取窗口的自定义属性集的属性。

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

属性值

窗口的自定义属性集,表示为元组。

适用于

另请参阅