Destroys the window created with Activate.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub Deactivate
'使用
Dim instance As SettingsPage
instance.Deactivate()
public virtual void Deactivate()
public:
virtual void Deactivate()
public function Deactivate()
Implements
Remarks
By default this method disposes of the window.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.