Condividi tramite


ICoreWindow.CustomProperties Proprietà

Definizione

Specifica una proprietà che ottiene il set di proprietà personalizzate per la finestra.

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

Valore della proprietà

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

Si applica a

Vedi anche