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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseReferenceNode Interface
IDatabaseReferenceNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace