SchemaViewControllerBase.DisconnectFromToolWindowEvents Method
Disconnects from tool window events.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub DisconnectFromToolWindowEvents
'Usage
Me.DisconnectFromToolWindowEvents()
protected virtual void DisconnectFromToolWindowEvents()
protected:
virtual void DisconnectFromToolWindowEvents()
protected function DisconnectFromToolWindowEvents()
abstract DisconnectFromToolWindowEvents : unit -> unit
override DisconnectFromToolWindowEvents : unit -> unit
.NET Framework Security
- 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.
See Also
Reference
SchemaViewControllerBase Class
SchemaViewControllerBase Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace