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
.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.