SchemaHierarchyBase.Controller Property

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
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 SchemaHierarchyBase
Dim value As ISchemaViewController

value = instance.Controller

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

Property Value

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

.NET Framework Security

See Also

Reference

SchemaHierarchyBase Class

SchemaHierarchyBase Members

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