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不同,存储在 CustomProperties 中的对象仅在 ContentIsland 关闭时发布。 这类似于 Windows.UI.Core.CoreWindow.CustomProperties(或 Win32 GetPropA function (winuser.h)SetPropA function (winuser.h))。

适用于