VssBase Class

MSBuild

Base class for all of the Visual SourceSafe tasks. 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 VssBase
    Inherits Task
C#
public abstract class VssBase : Task
C++
ref class VssBase abstract  : Task
J#
public  class VssBase extends Task
JScript
public  class VssBase extends Task

Inheritance Hierarchy

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.