IVsSolutionBuildManager5.FindActiveProjectCfgName(Guid, String) 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.
Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration.
public:
int FindActiveProjectCfgName(Guid % rguidProjectID, [Runtime::InteropServices::Out] System::String ^ % pbstrProjectCfgCanonicalName);
public int FindActiveProjectCfgName (ref Guid rguidProjectID, out string pbstrProjectCfgCanonicalName);
abstract member FindActiveProjectCfgName : Guid * string -> int
Public Function FindActiveProjectCfgName (ByRef rguidProjectID As Guid, ByRef pbstrProjectCfgCanonicalName As String) As Integer
Parameters
- rguidProjectID
- Guid
[in] The identifier of the project from which to get the full name.
- pbstrProjectCfgCanonicalName
- String
[out] The full name of the project.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.