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
- 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.VisualStudio.TeamFoundation.VersionControl Namespace