Share via


TfvcChange Constructor (TfvcItem, VersionControlChangeType)

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 _
)
public TfvcChange(
    TfvcItem item,
    VersionControlChangeType changeType
)
public:
TfvcChange(
    TfvcItem^ item, 
    VersionControlChangeType changeType
)
new : 
        item:TfvcItem * 
        changeType:VersionControlChangeType -> TfvcChange
public function TfvcChange(
    item : TfvcItem, 
    changeType : VersionControlChangeType
)

Parameters

.NET Framework Security

See Also

Reference

TfvcChange Class

TfvcChange Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace