CoreApplication.Properties Proprietà

Definizione

Ottiene un set di proprietà che i framework dell'app e dell'interfaccia utente possono usare per archiviare le informazioni durante l'esecuzione del processo.

public:
 static property IPropertySet ^ Properties { IPropertySet ^ get(); };
static IPropertySet Properties();
public static IPropertySet Properties { get; }
var iPropertySet = CoreApplication.properties;
Public Shared ReadOnly Property Properties As IPropertySet

Valore della proprietà

Set di proprietà.

Si applica a