Reference2::Type Property

 

Gets a prjReferenceType value indicating whether the reference is an assembly or a COM component. Read-only.

Namespace:   VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

property prjReferenceType Type {
	prjReferenceType get();
}

Property Value

Type: VSLangProj::prjReferenceType

Returns a prjReferenceType value.

Implements

Reference::Type

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.

Return to top
Show: