Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the controller that is responsible for this Schema View node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
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:
virtual property ISchemaModelViewerController^ Controller {
ISchemaModelViewerController^ get () sealed;
void set (ISchemaModelViewerController^ value) sealed;
}
abstract Controller : ISchemaModelViewerController with get, set
override Controller : ISchemaModelViewerController with get, set
final function get Controller () : ISchemaModelViewerController
final function set Controller (value : ISchemaModelViewerController)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
Implements
ISchemaModelViewerNode.Controller
.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.SchemaView Namespace