VersionControlHistoryExt.Clear Method
Note: This API is now obsolete.
Clear 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
- 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 Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace