Constants.vsWindowKindOutput Field
The Output window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindOutput As String
public const string vsWindowKindOutput
public:
literal String^ vsWindowKindOutput
static val mutable vsWindowKindOutput: string
public const var vsWindowKindOutput : String
Remarks
GUID value = {34E76E81-EE4A-11D0-AE2E-00A0C90FFFC3}.
vsWindowKindOutput is used to get a handle to a particular window in the integrated development environment (IDE) in order to gain access to its properties and methods.
.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.