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