TargetFrameworkExtensions.GetTargetFramework(BuildTargetGroup) Method

Definition

Returns the configured TargetFramework for the BuildTargetGroup.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::MixedReality::Toolkit::MSBuild::TargetFramework GetTargetFramework(UnityEditor::BuildTargetGroup this);
public static Microsoft.MixedReality.Toolkit.MSBuild.TargetFramework GetTargetFramework (this UnityEditor.BuildTargetGroup this);
static member GetTargetFramework :  -> Microsoft.MixedReality.Toolkit.MSBuild.TargetFramework
<Extension()>
Public Function GetTargetFramework (this As BuildTargetGroup) As TargetFramework

Parameters

this
UnityEditor.BuildTargetGroup

The BuildTargetGroup to get TargetFramework for.

Returns

TargetFramework

The TargetFramework configured for given BuildTargetGroup.

Applies to