VssRecursiveBase Class

MSBuild

Base class for VSS tasks that can act recursively. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class VssRecursiveBase
    Inherits VssBase
C#
public abstract class VssRecursiveBase : VssBase
C++
ref class VssRecursiveBase abstract  : VssBase
J#
public  class VssRecursiveBase extends VssBase
JScript
public  class VssRecursiveBase extends VssBase

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Task
      MSBuild.Community.Tasks.SourceSafe.VssBase
         MSBuild.Community.Tasks.SourceSafe.VssRecursiveBase
            Derived types

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.