Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the initialization mode that is associated with this window pane.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Protected Property InitializationMode As WindowPane..::..PaneInitializationMode
Get
Private Set
'Usage
Dim value As WindowPane..::..PaneInitializationMode
value = Me.InitializationMode
protected WindowPane..::..PaneInitializationMode InitializationMode { get; private set; }
protected:
property WindowPane..::..PaneInitializationMode InitializationMode {
WindowPane..::..PaneInitializationMode get ();
private: void set (WindowPane..::..PaneInitializationMode value);
}
member InitializationMode : WindowPane..::..PaneInitializationMode with get, private set
function get InitializationMode () : WindowPane..::..PaneInitializationMode
private function set InitializationMode (value : WindowPane..::..PaneInitializationMode)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.