Поделиться через


ModelExplorerToolWindow.OnToolWindowCreate Method

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

'Декларация
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

See Also

Reference

ModelExplorerToolWindow Class

Microsoft.VisualStudio.Modeling.Shell Namespace