Reference::Type Property

 

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

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

property prjReferenceType Type {
	prjReferenceType get();
}

Property Value

Type: VSLangProj::prjReferenceType

Returns a prjReferenceType enumeration value.

Most of the property values of a reference are affected by the reference type. For example, assemblies have meaningful BuildNumber and RevisionNumber properties. For COM references, these properties are set to 0.

See the example in Reference.

Return to top
Show: