WindowPane.InitializationMode Property

Definition

Gets the initialization mode that is associated with this window pane.

protected:
 property Microsoft::VisualStudio::Shell::WindowPane::PaneInitializationMode InitializationMode { Microsoft::VisualStudio::Shell::WindowPane::PaneInitializationMode get(); };
protected:
 property Microsoft::VisualStudio::Shell::WindowPane::PaneInitializationMode InitializationMode { Microsoft::VisualStudio::Shell::WindowPane::PaneInitializationMode get(); };
protected Microsoft.VisualStudio.Shell.WindowPane.PaneInitializationMode InitializationMode { get; }
member this.InitializationMode : Microsoft.VisualStudio.Shell.WindowPane.PaneInitializationMode
Protected ReadOnly Property InitializationMode As WindowPane.PaneInitializationMode

Property Value

WindowPane.PaneInitializationMode.

Remarks

This property stores the state for how this window pane was initialized, either with CreateUIElementPane or with CreatePaneWindow.

Applies to