Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Document Outline window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindDocumentOutline As String
'Usage
Dim value As String
value = Constants.vsWindowKindDocumentOutline
public const string vsWindowKindDocumentOutline
public:
literal String^ vsWindowKindDocumentOutline
public const var vsWindowKindDocumentOutline : String
Remarks
GUID value = {25F7E850-FFA1-11D0-B63F-00A0C922E851}.
vsWindowKindDocumentOutline 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.