ToolWindowPane.OnToolWindowCreated Method

This method can be overridden by the derived class to execute any code that must run after the creation of IVsWindowFrame.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'宣告
Public Overridable Sub OnToolWindowCreated
'用途
Dim instance As ToolWindowPane

instance.OnToolWindowCreated()
public virtual void OnToolWindowCreated()
public:
virtual void OnToolWindowCreated()
abstract OnToolWindowCreated : unit -> unit 
override OnToolWindowCreated : unit -> unit 
public function OnToolWindowCreated()

Remarks

This is called on the successful setting of the Frame property.

.NET Framework Security

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace