CoreWindow.CustomProperties Property
Definition
Gets the set of custom properties for the window.
public:
property IPropertySet ^ CustomProperties { IPropertySet ^ get(); };
IPropertySet CustomProperties();
public IPropertySet CustomProperties { get; }
var iPropertySet = coreWindow.customProperties;
Public ReadOnly Property CustomProperties As IPropertySet
Property Value
The set of custom properties for the window, represented as tuples.