BuildContextTypes.GetTargetContextType(BuildType) Method

Definition

Return the matching Type for a build type

public:
 static Guid GetTargetContextType(Microsoft::VisualStudio::Workspace::Build::BuildType buildType);
public static Guid GetTargetContextType (Microsoft.VisualStudio.Workspace.Build.BuildType buildType);
static member GetTargetContextType : Microsoft.VisualStudio.Workspace.Build.BuildType -> Guid
Public Shared Function GetTargetContextType (buildType As BuildType) As Guid

Parameters

buildType
BuildType

The target build type

Returns

The GUID of the context type

Applies to