Share via


CoreWindow.CustomProperties Proprietà

Definizione

Ottiene il set di proprietà personalizzate per la finestra.

public:
 property IPropertySet ^ CustomProperties { IPropertySet ^ get(); };
IPropertySet CustomProperties();
public IPropertySet CustomProperties { get; }
var iPropertySet = coreWindow.customProperties;
Public ReadOnly Property CustomProperties As IPropertySet

Valore della proprietà

Set di proprietà personalizzate per la finestra, rappresentate come tuple.

Implementazioni

Si applica a

Vedi anche