Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringServer or local item
version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecVersionSpec used for the identifier.
deletionId
Type: System.Int32DeletionId 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.