SchemaHierarchyBase.Controller Property
Gets or sets the schema view controller.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
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:
property ISchemaModelViewerController^ Controller {
ISchemaModelViewerController^ get ();
void set (ISchemaModelViewerController^ value);
}
member Controller : ISchemaModelViewerController with get, set
function get Controller () : ISchemaModelViewerController
function set Controller (value : ISchemaModelViewerController)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace