IDatabaseFileNode Interface
Represents a file node in the Solution Explorer.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseFileNode _
Inherits IDatabaseNode
'Usage
Dim instance As IDatabaseFileNode
[CLSCompliantAttribute(false)]
public interface IDatabaseFileNode : IDatabaseNode
[CLSCompliantAttribute(false)]
public interface class IDatabaseFileNode : IDatabaseNode
public interface IDatabaseFileNode extends IDatabaseNode
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IDatabaseFileNode =
interface
interface IDatabaseNode
end
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace