AgnosticDatabaseFileNodeExtender Class
This type is only used internally; you cannot use it directly from your code. 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
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class AgnosticDatabaseFileNodeExtender _
Inherits DatabaseNodeExtender _
Implements ICustomTypeDescriptor, IFilterProperties
'Usage
Dim instance As AgnosticDatabaseFileNodeExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class AgnosticDatabaseFileNodeExtender : DatabaseNodeExtender,
ICustomTypeDescriptor, IFilterProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class AgnosticDatabaseFileNodeExtender sealed : public DatabaseNodeExtender,
ICustomTypeDescriptor, IFilterProperties
public final class AgnosticDatabaseFileNodeExtender extends DatabaseNodeExtender implements ICustomTypeDescriptor, IFilterProperties
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type AgnosticDatabaseFileNodeExtender =
class
inherit DatabaseNodeExtender
interface ICustomTypeDescriptor
interface IFilterProperties
end
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