Edit

Share via


TfvcChange Constructors

Definition

Overloads

TfvcChange()

public TfvcChange();
Public Sub New ()

Applies to

TfvcChange(TfvcItem, VersionControlChangeType)

public TfvcChange(Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem item, Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType changeType);
new Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem * Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType -> Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange
Public Sub New (item As TfvcItem, changeType As VersionControlChangeType)

Parameters

item
TfvcItem

Applies to

TfvcChange(TfvcItem, VersionControlChangeType, String)

public TfvcChange(Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem item, Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType changeType, string sourceServerItem);
new Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem * Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType * string -> Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange
Public Sub New (item As TfvcItem, changeType As VersionControlChangeType, sourceServerItem As String)

Parameters

item
TfvcItem
sourceServerItem
String

Applies to