VssCheckout Class

MSBuild

Task that executes 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 VssCheckout
    Inherits VssRecursiveBase
C#
public class VssCheckout : VssRecursiveBase
C++
ref class VssCheckout : VssRecursiveBase
J#
public class VssCheckout extends VssRecursiveBase
JScript
public class VssCheckout extends VssRecursiveBase

Example

 Copy Code
<VssCheckout 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.VssCheckout

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

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.