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

.NET Framework Security

See Also

Reference

TfvcChange Class

TfvcChange Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace