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
Public fieldStatic member AppDataPath
Public fieldStatic member AppId
Public fieldStatic member AssemblyVersion
Public fieldStatic member ProductVersion The version of the product.
Public fieldStatic member ProgId The program ID.
Public fieldStatic member RegistryKeyPath The path to the registry key.
Public fieldStatic member TFSCommonFilesPath
Public fieldStatic member TFSRegistryKeyPath
Public fieldStatic member 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.

See Also

Reference

Microsoft.TeamFoundation Namespace