IVsSolutionBuildManager5::FindActiveProjectCfgName Method (Guid, String^)
Visual Studio 2015
Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration.
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: