UITestExtensionPackage.VSVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version of Visual Studio Application Lifecycle Management (ALM) that supports this UI test package.
public:
abstract property Version ^ VSVersion { Version ^ get(); };
public abstract Version VSVersion { get; }
member this.VSVersion : Version
Public MustOverride ReadOnly Property VSVersion As Version
Property Value
The Visual Studio ALM version that supports this package.