Microsoft.TeamFoundation.Ve ...


Reference for Team Foundation Server SDK
VersionControlServer Class

The VersionControlServer object represents the database.

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class VersionControlServer
Visual Basic (Usage)
Dim instance As VersionControlServer
C#
public sealed class VersionControlServer
C++
public ref class VersionControlServer sealed
J#
public final class VersionControlServer
JScript
public final class VersionControlServer
Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
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

Tags :


Community Content

CHOULANT Noham
VersionControlServer for TeamFoundationServer
 public VersionControlServer GetVersionControlServer(TeamFoundationServer tfs);
 {
 // Get a reference to Source Control
return (VersionControlServer)tfs.GetService(typeof(VersionControlServer));
 }

http://blogs.codes-sources.com/pc152/

 

Choulant Noham

Tags :

Page view tracker