ModelExplorerToolWindow.OnToolWindowCreate Method
Listens for frame changes in a document window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Protected Overrides Sub OnToolWindowCreate
'Usage
Me.OnToolWindowCreate()
protected override void OnToolWindowCreate()
protected:
virtual void OnToolWindowCreate() override
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.