VersionControlAnnotate.ItemPath Property

Get the path of the item displayed in this annotation viewer. This is the item that was originally annotated, and may be either a local or server 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

VersionControlAnnotate Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace