Share via


IDatabaseReferenceNode.ReferenceType Property

Gets the type of reference.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
ReadOnly Property ReferenceType As VSCOMPONENTTYPE
    Get
'Usage
Dim instance As IDatabaseReferenceNode
Dim value As VSCOMPONENTTYPE

value = instance.ReferenceType
VSCOMPONENTTYPE ReferenceType { get; }
property VSCOMPONENTTYPE ReferenceType {
    VSCOMPONENTTYPE get ();
}
function get ReferenceType () : VSCOMPONENTTYPE
abstract ReferenceType : VSCOMPONENTTYPE

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.VSCOMPONENTTYPE

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

IDatabaseReferenceNode Members

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