다음을 통해 공유


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Shared ReadOnly SID_SVsGeneralOutputWindowPane As Guid
public static readonly Guid SID_SVsGeneralOutputWindowPane

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

See Also

Reference

VSConstants Class

Microsoft.VisualStudio Namespace

Other Resources

IDE Constants