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.
Listens for frame changes in a document window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnToolWindowCreate
protected override void OnToolWindowCreate()
protected:
virtual void OnToolWindowCreate() override
abstract OnToolWindowCreate : unit -> unit
override OnToolWindowCreate : unit -> unit
protected override function OnToolWindowCreate()
Remarks
This method is called from the OnCreate method when the tool window is created.
Derived classes are notified if a frame change is detected and the frame is assigned to the document window that is being monitored.
.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.