ContentIsland.CustomProperties 属性

定义

获取 的 ContentIsland自定义属性集。

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

属性值

ContentIsland自定义属性集。

注解

与 不同 AppData,仅当 ContentIsland 关闭时,才会释放存储在 中的 CustomProperties 对象。 这类似于 CoreWindow.CustomProperties (或 Win32 GetPropA function (winuser.h)SetPropA function (winuser.h)) 。

适用于