IVsOutputGroup2::get_KeyOutput Method (String^)

 

Returns the canonical name of the key output group.

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

int get_KeyOutput(
	[OutAttribute] String^% pbstrCanonicalName
)

Parameters

pbstrCanonicalName
Type: System::String^

[out] Pointer to the canonical name of the key output group.

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsOutputGroup2::get_KeyOutput(
   [out] BSTR *pbstrCanonicalName
);

This method returns varying information based on the project's configuration settings.

Return to top
Show: