WindowPane.PaneInitializationMode Enumeration
Represents the possible initialization states for a WindowPane object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Protected Enumeration PaneInitializationMode
protected enum PaneInitializationMode
Members
Member name | Description | |
---|---|---|
Uninitialized | The window pane is not initialized. | |
IVsWindowPane | The window pane was initialized with CreatePaneWindow. | |
IVsUIElementPane | The window pane was initialized with CreateUIElementPane. |