Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.