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
- 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.