VersionControlHistoryExt.Clear Method

Note: This API is now obsolete.

Clears the history window.

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

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated. Please use VersionControlHistory.Clear instead.",  _
    False)> _
Public Sub Clear
[ObsoleteAttribute("This method has been deprecated. Please use VersionControlHistory.Clear instead.", 
    false)]
public void Clear()
[ObsoleteAttribute(L"This method has been deprecated. Please use VersionControlHistory.Clear instead.", 
    false)]
public:
void Clear()
[<ObsoleteAttribute("This method has been deprecated. Please use VersionControlHistory.Clear instead.", 
    false)>]
member Clear : unit -> unit
public function Clear()

.NET Framework Security

See Also

Reference

VersionControlHistoryExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace