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 responsible for this node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Property Controller As ISchemaModelViewerController
ISchemaModelViewerController Controller { get; set; }
property ISchemaModelViewerController^ Controller {
ISchemaModelViewerController^ get ();
void set (ISchemaModelViewerController^ value);
}
abstract 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
ISchemaModelViewerNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace