Share via


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

See Also

Reference

PendingChangesItem Class

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace