Reference3::RuntimeVersion Property

 

Gets the version of the runtime against which the reference was built. This is applicable only for .NET references.

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

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

Property Value

Type: System::String^

A string representing the version of the runtime against which the .NET reference was built.

This 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.

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