Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Obsolete. Included for backward compatibility only. Use RefType instead.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
ReadOnly Property Type As prjReferenceType
'Usage
Dim instance As Reference3
Dim value As prjReferenceType
value = instance.Type
prjReferenceType Type { get; }
property prjReferenceType Type {
prjReferenceType get ();
}
function get Type () : prjReferenceType
Property Value
Type: VSLangProj.prjReferenceType
A prjReferenceType enumeration value indicating the reference type.
Implements
Remarks
Most of the property values of a reference are affected by the reference type. For example, assemblies have a meaningful BuildNumber property and RevisionNumber property. For COM references, these properties are set to 0.
.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.