Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the agnostic database file node extender.
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
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class AgnosticDatabaseFileNodeExtender _
Inherits DatabaseNodeExtender _
Implements ICustomTypeDescriptor, IFilterProperties
'Usage
Dim instance As AgnosticDatabaseFileNodeExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class AgnosticDatabaseFileNodeExtender : DatabaseNodeExtender,
ICustomTypeDescriptor, IFilterProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class AgnosticDatabaseFileNodeExtender sealed : public DatabaseNodeExtender,
ICustomTypeDescriptor, IFilterProperties
public final class AgnosticDatabaseFileNodeExtender extends DatabaseNodeExtender implements ICustomTypeDescriptor, IFilterProperties
Remarks
This class must be ComVisible and public because it is used in the Visual Studio property window.
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.AgnosticDatabaseFileNodeExtender
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
AgnosticDatabaseFileNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace