VersionControlExt.Annotate Property

Returns an object that represents Annotate extensibility.

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

Syntax

'Declaration
Public ReadOnly Property Annotate As VersionControlAnnotateExt
public VersionControlAnnotateExt Annotate { get; }
public:
property VersionControlAnnotateExt^ Annotate {
    VersionControlAnnotateExt^ get ();
}
member Annotate : VersionControlAnnotateExt with get
function get Annotate () : VersionControlAnnotateExt

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlAnnotateExt
Returns VersionControlAnnotateExt.

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace