SchemaViewControllerBaseInternal.CreateGenerator Method
Returns the schema view generator for this controller.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected MustOverride Function CreateGenerator As ISchemaHierarchyGenerator
'Usage
Dim returnValue As ISchemaHierarchyGenerator
returnValue = Me.CreateGenerator()
protected abstract ISchemaHierarchyGenerator CreateGenerator()
protected:
virtual ISchemaHierarchyGenerator^ CreateGenerator() abstract
protected abstract function CreateGenerator() : ISchemaHierarchyGenerator
abstract CreateGenerator : unit -> ISchemaHierarchyGenerator
Return 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.
See Also
Reference
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace