IDatabaseSchemaViewNode.Controller Property

Gets or sets the owning 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
Property Controller As ISchemaViewController
    Get
    Set
'Usage
Dim instance As IDatabaseSchemaViewNode
Dim value As ISchemaViewController

value = instance.Controller

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

Property Value

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

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewNode Interface

IDatabaseSchemaViewNode Members

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