ContentIsland.CustomProperties Property

Definition

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 CoreWindow.CustomProperties (or the Win32 GetPropA function (winuser.h) and SetPropA function (winuser.h)).

Applies to