ThemeInspector.LoadThemeDefinitionHistory(Int32, Type) Method

Definition

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

Returns

Nullable<ThemeDefinition>

Applies to