TfsChange Constructor (TfsItem, VersionControlChangeType, String)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
item As TfsItem, _
changeType As VersionControlChangeType, _
sourceServerItem As String _
)
public TfsChange(
TfsItem item,
VersionControlChangeType changeType,
string sourceServerItem
)
public:
TfsChange(
TfsItem^ item,
VersionControlChangeType changeType,
String^ sourceServerItem
)
new :
item:TfsItem *
changeType:VersionControlChangeType *
sourceServerItem:string -> TfsChange
public function TfsChange(
item : TfsItem,
changeType : VersionControlChangeType,
sourceServerItem : String
)
Parameters
- sourceServerItem
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace