ICoreWindow.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.
Specifies a property that gets the set of custom properties for the window.
public:
property IPropertySet ^ CustomProperties { IPropertySet ^ get(); };
IPropertySet CustomProperties();
public IPropertySet CustomProperties { get; }
var iPropertySet = iCoreWindow.customProperties;
Public ReadOnly Property CustomProperties As IPropertySet
Property Value
The set of custom properties for the window, represented as tuples.