WindowPane.PaneInitializationMode Enumeration

 

Represents the possible initialization states for a WindowPane object.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected enum PaneInitializationMode

Member nameDescription
IVsUIElementPane

The window pane was initialized with CreateUIElementPane.

IVsWindowPane

The window pane was initialized with CreatePaneWindow.

Uninitialized

The window pane is not initialized.

Return to top
Show: