Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function FindActiveProjectCfgName ( _
ByRef rguidProjectID As Guid, _
<OutAttribute> ByRef pbstrProjectCfgCanonicalName As String _
) As Integer
int FindActiveProjectCfgName(
ref Guid rguidProjectID,
out string pbstrProjectCfgCanonicalName
)
int FindActiveProjectCfgName(
[InAttribute] Guid% rguidProjectID,
[OutAttribute] String^% pbstrProjectCfgCanonicalName
)
abstract FindActiveProjectCfgName :
rguidProjectID:Guid byref *
pbstrProjectCfgCanonicalName:string byref -> int
function FindActiveProjectCfgName(
rguidProjectID : Guid,
pbstrProjectCfgCanonicalName : String
) : int
Parameters
rguidProjectID
Type: Guid%[in] The identifier of the project from which to get the full name.
pbstrProjectCfgCanonicalName
Type: String%[out] The full name of the project.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.