Bagikan melalui


DatabaseSchemaViewNode.Controller Property

Gets or sets the controller that is responsible for this Schema View node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property Controller As ISchemaModelViewerController
public ISchemaModelViewerController Controller { get; set; }
public:
virtual property ISchemaModelViewerController^ Controller {
    ISchemaModelViewerController^ get () sealed;
    void set (ISchemaModelViewerController^ value) sealed;
}
abstract Controller : ISchemaModelViewerController with get, set
override Controller : ISchemaModelViewerController with get, set
final function get Controller () : ISchemaModelViewerController
final function set Controller (value : ISchemaModelViewerController)

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController

Implements

ISchemaModelViewerNode.Controller

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace