CurrentVsVersionInformation Class
Contains string constants describing the current version of Visual Studio.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.CurrentVsVersionInformation
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class CurrentVsVersionInformation
public static class CurrentVsVersionInformation
public ref class CurrentVsVersionInformation abstract sealed
[<AbstractClass>]
[<Sealed>]
type CurrentVsVersionInformation = class end
public final class CurrentVsVersionInformation
The CurrentVsVersionInformation type exposes the following members.
Fields
Name | Description | |
---|---|---|
AppDataPath | ||
AppId | ||
AssemblyVersion | ||
ProductVersion | The version of the product. | |
ProgId | The program ID. | |
RegistryKeyPath | The path to the registry key. | |
TFSCommonFilesPath | ||
TFSRegistryKeyPath | ||
Version | The version of the software program. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.