TfvcChange 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
| TfvcChange() | |
| TfvcChange(TfvcItem, VersionControlChangeType) | |
| TfvcChange(TfvcItem, VersionControlChangeType, String) |
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
- changeType
- VersionControlChangeType
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
- changeType
- VersionControlChangeType
- sourceServerItem
- String