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,仅当 ContentIsland 关闭时,才会释放存储在 中的 CustomProperties 对象。 这类似于 CoreWindow.CustomProperties (或 Win32 GetPropA function (winuser.h) 和 SetPropA function (winuser.h)) 。