Share via


IDatabaseProjectReferenceNode Interface

Represents a reference node that refers to another project.

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 IDatabaseProjectReferenceNode _
    Inherits IDatabaseReferenceNode, IDatabaseNode
'Usage
Dim instance As IDatabaseProjectReferenceNode
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectReferenceNode : IDatabaseReferenceNode, 
    IDatabaseNode
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectReferenceNode : IDatabaseReferenceNode, 
    IDatabaseNode
public interface IDatabaseProjectReferenceNode extends IDatabaseReferenceNode, IDatabaseNode
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectReferenceNode =  
    interface
        interface IDatabaseReferenceNode
        interface IDatabaseNode
    end

See Also

Reference

IDatabaseProjectReferenceNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace