TfsChange Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TfsChange(TfsItem, VersionControlChangeType)
public TfsChange(Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsItem item, Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.VersionControlChangeType changeType);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsChange : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsItem * Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.VersionControlChangeType -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsChange
Public Sub New (item As TfsItem, changeType As VersionControlChangeType)
Parameters
- item
- TfsItem
- changeType
- VersionControlChangeType
Applies to
TfsChange(TfsItem, VersionControlChangeType, String)
public TfsChange(Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsItem item, Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.VersionControlChangeType changeType, string sourceServerItem);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsChange : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsItem * Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.VersionControlChangeType * string -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsChange
Public Sub New (item As TfsItem, changeType As VersionControlChangeType, sourceServerItem As String)
Parameters
- item
- TfsItem
- changeType
- VersionControlChangeType
- sourceServerItem
- String