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
- 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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace