WindowPane.PaneInitializationMode Enumeration
Visual Studio 2015
Represents the possible initialization states for a WindowPane object.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| IVsUIElementPane | The window pane was initialized with CreateUIElementPane. | |
| IVsWindowPane | The window pane was initialized with CreatePaneWindow. | |
| Uninitialized | The window pane is not initialized. |
Show: