Theme.History Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores historical values of different ThemeDefinition selections. Useful for editor design Each item in list corresponds to item in Definitions list property Each Dictionary keeps track of last used ThemeDefinition configuration for a given Theme type (type must extend from InteractableThemeBase)
public: System::Collections::Generic::List<System::Collections::Generic::Dictionary<Type ^, Microsoft::MixedReality::Toolkit::UI::ThemeDefinition> ^> ^ History;
public System.Collections.Generic.List<System.Collections.Generic.Dictionary<Type,Microsoft.MixedReality.Toolkit.UI.ThemeDefinition>> History;
val mutable History : System.Collections.Generic.List<System.Collections.Generic.Dictionary<Type, Microsoft.MixedReality.Toolkit.UI.ThemeDefinition>>
Public History As List(Of Dictionary(Of Type, ThemeDefinition))