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.
Represents the possible initialization states for a WindowPane object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Protected Enumeration PaneInitializationMode
protected enum PaneInitializationMode
protected enum class PaneInitializationMode
type 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. |