ContentIsland.CustomProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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))。