VSConstants.SID_SVsGeneralOutputWindowPane Field
Returns an IID_IVsOutputWindowPane interface of the General output pane in the Visual Studio environment.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly SID_SVsGeneralOutputWindowPane As Guid
public static readonly Guid SID_SVsGeneralOutputWindowPane
public:
static initonly Guid SID_SVsGeneralOutputWindowPane
static val SID_SVsGeneralOutputWindowPane: Guid
public static final var SID_SVsGeneralOutputWindowPane : Guid
Remarks
Querying for this pseudo service will cause the General output pane to be created if it has not yet been created. The General output pane is the best place to display general status messages to the user, for example, messages relating to operations like opening a project.
.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.
See Also
Reference
Microsoft.VisualStudio Namespace