Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 845 Bytes

contentisland_customproperties.md

File metadata and controls

26 lines (16 loc) · 845 Bytes
-api-id -api-type
P:Microsoft.UI.Content.ContentIsland.CustomProperties
winrt property

Microsoft.UI.Content.ContentIsland.CustomProperties

-description

Gets the set of custom properties for the xref:Microsoft.UI.Content.ContentIsland.

-property-value

The set of custom properties for the xref:Microsoft.UI.Content.ContentIsland.

-remarks

Unlike xref:Microsoft.UI.Content.ContentIsland.AppData, objects stored in xref:Microsoft.UI.Content.ContentIsland.CustomProperties are only released when the ContentIsland is closed. This is similar to xref:Windows.UI.Core.CoreWindow.CustomProperties?displayProperty=nameWithType (or the Win32 xref:NF:winuser.GetPropA and xref:NF:winuser.SetPropA).

-see-also

-examples