VersionControlHistory.ItemPath Property

Get the item path of the file displayed in this history tool window. This may be a server path or local path.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property ItemPath As String
public string ItemPath { get; }
public:
property String^ ItemPath {
    String^ get ();
}
member ItemPath : string with get
function get ItemPath () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

VersionControlHistory Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace