Creates an item identifier with the item and specified version
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    item As String, _
    version As VersionSpec, _
    deletionId As Integer _
)
public ItemIdentifier(
    string item,
    VersionSpec version,
    int deletionId
)
public:
ItemIdentifier(
    String^ item, 
    VersionSpec^ version, 
    int deletionId
)
new : 
        item:string * 
        version:VersionSpec * 
        deletionId:int -> ItemIdentifier
public function ItemIdentifier(
    item : String, 
    version : VersionSpec, 
    deletionId : int
)
Parameters
- item 
 Type: System.String- Server or local item 
- version 
 Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec- VersionSpec used for the identifier. 
- deletionId 
 Type: System.Int32- DeletionId of the identifier - to be deprecated in a future release 
.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.