SchemaViewControllerBaseInternal Class
Schema view controller base class used by internal implementers.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class SchemaViewControllerBaseInternal _
Inherits SchemaViewControllerBase
'Usage
Dim instance As SchemaViewControllerBaseInternal
[CLSCompliantAttribute(false)]
public abstract class SchemaViewControllerBaseInternal : SchemaViewControllerBase
[CLSCompliantAttribute(false)]
public ref class SchemaViewControllerBaseInternal abstract : public SchemaViewControllerBase
public abstract class SchemaViewControllerBaseInternal extends SchemaViewControllerBase
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type SchemaViewControllerBaseInternal =
class
inherit SchemaViewControllerBase
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.SchemaViewControllerBase
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.SchemaViewControllerBaseInternal
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewControllerBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace