WindowPane.PaneInitializationMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible initialization states for a WindowPane object.
protected: enum class WindowPane::PaneInitializationMode
C++/CX
protected: enum class WindowPane::PaneInitializationMode
enum WindowPane::PaneInitializationMode
protected enum WindowPane.PaneInitializationMode
Protected Enum WindowPane.PaneInitializationMode
- Inheritance
-
WindowPane.PaneInitializationMode
Name | Value | Description |
---|---|---|
Uninitialized | 0 | The window pane is not initialized. |
IVsWindowPane | 1 | The window pane was initialized with CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr). |
IVsUIElementPane | 2 | The window pane was initialized with CreateUIElementPane(Object). |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |