SchemaModelViewerControllerBase.ListenToSchemaViewEvents Method
Listens to Schema View events.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overridable Sub ListenToSchemaViewEvents
protected virtual void ListenToSchemaViewEvents()
protected:
virtual void ListenToSchemaViewEvents()
abstract ListenToSchemaViewEvents : unit -> unit
override ListenToSchemaViewEvents : unit -> unit
protected function ListenToSchemaViewEvents()
Remarks
At this time, no events exist that can be listened to. The Schema View interface from the tool window service is cached.
.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
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace