ICoreWindow.CustomProperties Property

Definition

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.

Applies to

See also