PendingChangesItem.ItemPath Property
The local path for this item
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property ItemPath As String
public string ItemPath { get; private set; }
public:
property String^ ItemPath {
String^ get ();
private: void set (String^ value);
}
member ItemPath : string with get, private set
function get ItemPath () : String
private function set ItemPath (value : String)
Property Value
Type: System.String
Returns String.
.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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace