DatabaseFileNodeExtender Class
This type is only used internally; you cannot use it directly from your code. Represents the database file node extender.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class DatabaseFileNodeExtender _
Inherits DatabaseNodeExtender _
Implements ICustomTypeDescriptor
'Usage
Dim instance As DatabaseFileNodeExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class DatabaseFileNodeExtender : DatabaseNodeExtender,
ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class DatabaseFileNodeExtender sealed : public DatabaseNodeExtender,
ICustomTypeDescriptor
public final class DatabaseFileNodeExtender extends DatabaseNodeExtender implements ICustomTypeDescriptor
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type DatabaseFileNodeExtender =
class
inherit DatabaseNodeExtender
interface ICustomTypeDescriptor
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.Sql.Project.Features.Extenders.DatabaseFileNodeExtender
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
DatabaseFileNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace