Task that undoes a checkout of files or projects against a Visual SourceSafe database.
Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class VssUndoCheckout Inherits VssRecursiveBase |
C# |
---|
public class VssUndoCheckout : VssRecursiveBase |
C++ |
---|
ref class VssUndoCheckout : VssRecursiveBase |
J# |
---|
public class VssUndoCheckout extends VssRecursiveBase |
JScript |
---|
public class VssUndoCheckout extends VssRecursiveBase |
Example
Copy Code | |
---|---|
<VssUndoCheckout UserName="ccnet_build" Password="build" LocalPath="C:\Dev\MyProjects\Project" Recursive="False" DatabasePath="\\VSSServer\VSS\srcsafe.ini" Path="$/Test/TestFile.cs" /> |
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.Task
MSBuild.Community.Tasks.SourceSafe.VssBase
MSBuild.Community.Tasks.SourceSafe.VssRecursiveBase
MSBuild.Community.Tasks.SourceSafe.VssUndoCheckout
Microsoft.Build.Utilities.Task
MSBuild.Community.Tasks.SourceSafe.VssBase
MSBuild.Community.Tasks.SourceSafe.VssRecursiveBase
MSBuild.Community.Tasks.SourceSafe.VssUndoCheckout
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See Also
Documentation version 1.0.0.0.