Reference3::RuntimeVersion Property
Visual Studio 2015
Gets the version of the runtime against which the reference was built. This is applicable only for .NET references.
Assembly: VSLangProj80 (in VSLangProj80.dll)
Property Value
Type: System::String^A string representing the version of the runtime against which the .NET reference was built.
Implements
Reference2::RuntimeVersionThis example displays the runtime version for the first reference of 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: