IVsSolutionBuildManager5::FindActiveProjectCfgName Method (Guid, String^)

 

Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

int FindActiveProjectCfgName(
	[InAttribute] Guid% rguidProjectID,
	[OutAttribute] String^% pbstrProjectCfgCanonicalName
)

Parameters

rguidProjectID
Type: System::Guid

[in] The identifier of the project from which to get the full name.

pbstrProjectCfgCanonicalName
Type: System::String^

[out] The full name of the project.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: