IVsOutput2::get_DisplayName Method (String^)
Visual Studio 2015
Returns the display name of an output item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrDisplayName
-
Type:
System::String^
[out] Pointer to the display name of the output item.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsOutput::get_DisplayName(String^)From vsshell.idl:
HRESULT IVsOutput2::get_DisplayName( [out] BSTR *pbstrDisplayName );
Show: