BaseExtender Class
This type is only used internally; you cannot use it directly from your code. This is the base class for all extenders (node and configuration).
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public MustInherit Class BaseExtender
'Usage
Dim instance As BaseExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public abstract class BaseExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class BaseExtender abstract
public abstract class BaseExtender
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type BaseExtender = class end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.DatabaseNodeExtender
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.DatabaseProjectConfigurationExtender
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties.SchemaViewNodeExtender
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView.SqlDatabaseSchemaViewNodeExtender
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
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace