SchemaViewNodeExtender Class
You can use this type only internally; you cannot use it directly from your code. You can create property extenders for schema view nodes from this class.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public MustInherit Class SchemaViewNodeExtender _
Inherits BaseExtender
'Usage
Dim instance As SchemaViewNodeExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public abstract class SchemaViewNodeExtender : BaseExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class SchemaViewNodeExtender abstract : public BaseExtender
public abstract class SchemaViewNodeExtender extends BaseExtender
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type SchemaViewNodeExtender =
class
inherit BaseExtender
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties.SchemaViewNodeExtender
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.