Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestExtensionPackage::VSVersion Property

 

Gets the version of Visual Studio Application Lifecycle Management (ALM) that supports this UI test package.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
property Version^ VSVersion {
	virtual Version^ get() abstract;
}

Property Value

Type: System::Version^

The Visual Studio ALM version that supports this package.

Return to top
Show: