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)
Syntax
'Declaration
Public MustOverride ReadOnly Property VSVersion As Version
public abstract Version VSVersion { get; }
public:
virtual property Version^ VSVersion {
Version^ get () abstract;
}
abstract VSVersion : Version with get
abstract function get VSVersion () : Version
Property Value
Type: Version
The Visual Studio ALM version that supports this package.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.