ContentIsland.CustomProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of custom properties for the ContentIsland.
public:
property IPropertySet ^ CustomProperties { IPropertySet ^ get(); };
IPropertySet CustomProperties();
public IPropertySet CustomProperties { get; }
var iPropertySet = contentIsland.customProperties;
Public ReadOnly Property CustomProperties As IPropertySet
Property Value
The set of custom properties for the ContentIsland.
Remarks
Unlike AppData, objects stored in CustomProperties are only released when the ContentIsland is closed. This is similar to Windows.UI.Core.CoreWindow.CustomProperties (or the Win32 GetPropA function (winuser.h) and SetPropA function (winuser.h)).