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
- 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