Reference3::Version Property

 

Gets the version of the specified reference.

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

property String^ Version {
	String^ get();
}

Property Value

Type: System::String^

A string representing the version number.

The version number is in the format:

Major version + Minor version + Build version + Revision.

For example, 10.3.5400.3.

This example iterates through references and displays their version numbers in an open Visual Basic or Visual C# project. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.

No code example is currently available or this language may not be supported.
Return to top
Show: