VersionControlAnnotate.DeletionId Property

Get the deletion ID of the file displayed in this annotation viewer.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property DeletionId As Integer
public int DeletionId { get; }
public:
property int DeletionId {
    int get ();
}
member DeletionId : int with get
function get DeletionId () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

VersionControlAnnotate Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace