This documentation is archived and is not being maintained.
VisualStudio11Sku Class
Visual Studio 2013
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
The VisualStudio11Sku type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetSku | Returns the currently executing Visual Studio SKU. This code is specific to Visual Studio version 11.0 and might not work with past or future versions of Visual Studio. Must be called on the main thread. |
![]() ![]() | IsConnectedToDev11OrHigherTfs | |
![]() ![]() | IsExpress | Returns true if the currently executing Visual Studio SKU is Express. Must be called on the main thread. |
![]() ![]() | IsPremiumOrUltimate | Returns true if the currently executing Visual Studio SKU is Premium or Ultimate. Must be called on the main thread. |
![]() ![]() | IsPro | Returns true if the currently executing Visual Studio SKU is Professional. Must be called on the main thread. |
![]() ![]() | IsRascalPro |
Show:
