TargetFrameworkExtensions.GetTargetFramework(BuildTargetGroup) 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.
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
The TargetFramework configured for given BuildTargetGroup.