WindowPane.Initialize Method

Initializes services after the window pane has been sited.

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

Syntax

'宣言
Protected Overridable Sub Initialize
'使用

Me.Initialize()
protected virtual void Initialize()
protected:
virtual void Initialize()
protected function Initialize()

Remarks

Any initialization that requires window frame services from Visual Studio can be done by overriding this method.

Permissions

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace