PendingChange.LocalItem Property
Gets the path of the item on the client's local file system.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LocalItem As String
'Usage
Dim instance As PendingChange
Dim value As String
value = instance.LocalItem
public string LocalItem { get; }
public:
property String^ LocalItem {
String^ get ();
}
public function get LocalItem () : String
Property Value
Type: System.String
Remarks
This property is for the client's benefit. However, LocalItem must be specified on add operations if the new item is to be added to the local workspace.
.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.