VersionControlAnnotateExt.VersionControlAnnotateEventArgs.VersionControlAnnotate Property
Get the VersionControlAnnotate object.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property VersionControlAnnotate As VersionControlAnnotate
public VersionControlAnnotate VersionControlAnnotate { get; }
public:
property VersionControlAnnotate^ VersionControlAnnotate {
VersionControlAnnotate^ get ();
}
member VersionControlAnnotate : VersionControlAnnotate with get
function get VersionControlAnnotate () : VersionControlAnnotate
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlAnnotate
Returns VersionControlAnnotate.
.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
VersionControlAnnotateExt.VersionControlAnnotateEventArgs Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace