Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the currently executing Visual Studio SKU is Express.
Must be called on the main thread.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Shared Function IsExpress ( _
serviceProvider As IServiceProvider _
) As Boolean
public static bool IsExpress(
IServiceProvider serviceProvider
)
public:
static bool IsExpress(
IServiceProvider^ serviceProvider
)
static member IsExpress :
serviceProvider:IServiceProvider -> bool
public static function IsExpress(
serviceProvider : IServiceProvider
) : boolean
Parameters
- serviceProvider
Type: System.IServiceProvider
Return Value
Type: System.Boolean
Returns Boolean.
.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.