C# Class JustAProgrammer.TeamPilgrim.VisualStudio.Business.Services.VisualStudio.VersionControl.VersionControlPackageWrapper

显示文件 Open project: StanleyGoldman/TeamPilgrim

Private Properties

Property Type Description
VersionControlPackageWrapper System

Public Methods

Method Description
ResolveConflicts ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string paths, bool recursive, bool afterCheckin ) : void

Private Methods

Method Description
VersionControlPackageWrapper ( ) : System

Method Details

ResolveConflicts() public method

public ResolveConflicts ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string paths, bool recursive, bool afterCheckin ) : void
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
paths string
recursive bool
afterCheckin bool
return void