CoreWindow.CustomProperties 属性

定义

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

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

属性值

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

实现

适用于

另请参阅