PendingChange.DeletionId Property
Gets the ID of the item to be deleted, if there is more than one deleted item with the same database path.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DeletionId As Integer
'Usage
Dim instance As PendingChange
Dim value As Integer
value = instance.DeletionId
public int DeletionId { get; }
public:
property int DeletionId {
int get ();
}
public function get DeletionId () : int
Property Value
Type: System.Int32
Remarks
If ChangeType is Undelete and there is more than one deleted item with the same database path, this ID is used to disambiguate them. Otherwise, it should be zero.
.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.