VersionControlExt.History Property

Returns an object that represents History extensibility.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace