ToolWindowPane.OnToolWindowCreated Method

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Overridable Sub OnToolWindowCreated
'使用
Dim instance As ToolWindowPane

instance.OnToolWindowCreated()
public virtual void OnToolWindowCreated()
public:
virtual void OnToolWindowCreated()
public function OnToolWindowCreated()

Remarks

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

Permissions

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace