ThemeInspector.LoadThemeDefinitionHistory(Int32, Type) Method
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.
protected:
Nullable<Microsoft::MixedReality::Toolkit::UI::ThemeDefinition> LoadThemeDefinitionHistory(int index, Type ^ newDefinitionClassType);
protected Microsoft.MixedReality.Toolkit.UI.ThemeDefinition? LoadThemeDefinitionHistory (int index, Type newDefinitionClassType);
member this.LoadThemeDefinitionHistory : int * Type -> Nullable<Microsoft.MixedReality.Toolkit.UI.ThemeDefinition>
Protected Function LoadThemeDefinitionHistory (index As Integer, newDefinitionClassType As Type) As Nullable(Of ThemeDefinition)
Parameters
- index
- Int32
- newDefinitionClassType
- Type