다음을 통해 공유


WindowPane.InitializationMode Property

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

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

Syntax

‘선언
Protected Property InitializationMode As WindowPane.PaneInitializationMode
protected WindowPane.PaneInitializationMode InitializationMode { get; private set; }

Property Value

Type: Microsoft.VisualStudio.Shell.WindowPane.PaneInitializationMode
WindowPane.PaneInitializationMode .

Remarks

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

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace