ItemIdentifier Constructor (String)
Creates an item identifier for an item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
item As String _
)
public ItemIdentifier(
string item
)
public:
ItemIdentifier(
String^ item
)
new :
item:string -> ItemIdentifier
public function ItemIdentifier(
item : String
)
Parameters
item
Type: System.StringThe path of the local or server item.
.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.