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