TfvcChange Constructor (TfvcItem, VersionControlChangeType, String)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
item As TfvcItem, _
changeType As VersionControlChangeType, _
sourceServerItem As String _
)
public TfvcChange(
TfvcItem item,
VersionControlChangeType changeType,
string sourceServerItem
)
public:
TfvcChange(
TfvcItem^ item,
VersionControlChangeType changeType,
String^ sourceServerItem
)
new :
item:TfvcItem *
changeType:VersionControlChangeType *
sourceServerItem:string -> TfvcChange
public function TfvcChange(
item : TfvcItem,
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.