Reference3::Version Property
Visual Studio 2015
Gets the version of the specified reference.
Assembly: VSLangProj80 (in VSLangProj80.dll)
Implements
Reference2::VersionThe 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.
Show: