Share via


IDatabaseReferenceNode.ReferenceType Property

Gets the type of the reference.

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

Syntax

'Declaration
ReadOnly Property ReferenceType As VSCOMPONENTTYPE
VSCOMPONENTTYPE ReferenceType { get; }
property VSCOMPONENTTYPE ReferenceType {
    VSCOMPONENTTYPE get ();
}
abstract ReferenceType : VSCOMPONENTTYPE
function get ReferenceType () : VSCOMPONENTTYPE

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.VSCOMPONENTTYPE

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

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