file
SPPropertyIDs.h
Namespaces
- namespace App
- This namespace contains basic utilities that allow to properly interact with the app.
- namespace App::SPPropertyIDs
- This namespace only contains property IDs to be used in the AppProperties module.
Functions
Defines
- #define AppProperties
- AppProperties is a kind of PropertyList containing globally-accessible properties that control the running of the app as a whole.
Define documentation
#define AppProperties
AppProperties is a kind of PropertyList containing globally-accessible properties that control the running of the app as a whole.
Use AppProperties to get the property list and access global properties, for example: if (AppProperties.GetDirectBool(SPPropertyIDs::kRenderEffects)) ...