DatabaseSchemaViewNode.Controller Property

Gets or sets the owning schema view controller.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Controller As ISchemaViewController
    Get
    Set
'Usage
Dim instance As DatabaseSchemaViewNode
Dim value As ISchemaViewController

value = instance.Controller

instance.Controller = value
public ISchemaViewController Controller { get; set; }
public:
virtual property ISchemaViewController^ Controller {
    ISchemaViewController^ get () sealed;
    void set (ISchemaViewController^ value) sealed;
}
final function get Controller () : ISchemaViewController
final function set Controller (value : ISchemaViewController)
abstract Controller : ISchemaViewController with get, set
override Controller : ISchemaViewController with get, set

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.ISchemaViewController

Implements

IDatabaseSchemaViewNode.Controller

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

DatabaseSchemaViewNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace