ToolWindow.OnAfterToolWindowCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Post-creation initialization.
protected public:
virtual void OnAfterToolWindowCreate();
protected internal virtual void OnAfterToolWindowCreate ();
abstract member OnAfterToolWindowCreate : unit -> unit
override this.OnAfterToolWindowCreate : unit -> unit
Protected Friend Overridable Sub OnAfterToolWindowCreate ()
Remarks
Called by the package after the call to IVsUIShell.CreateToolWindow has completed.