Base class for VSS tasks that can act recursively. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by VssRecursiveBase.
Protected Constructors
Name | Description | |
---|---|---|
VssRecursiveBase | Initializes a new instance of the |
Public Properties
Name | Description | |
---|---|---|
BuildEngine | Gets or sets the instance of the |
|
DatabasePath | The path to the folder that contains the srcsafe.ini file. (inherited from VssBase) | |
HostObject | Gets or sets the host object associated with the task. (inherited from Task) | |
Log | Gets an instance of a |
|
Password | The password to use to log in to SourceSafe. (inherited from VssBase) | |
Path | The Visual SourceSafe project or file to perform the action on (starts with "$/"). (inherited from VssBase) | |
Recursive | Determines whether to perform the SourceSafe operation recursively. The default is true. | |
UserName | The name of the user accessing the SourceSafe database. (inherited from VssBase) | |
Version | A version of the |
Protected Properties
Name | Description | |
---|---|---|
Database | Represents the VSS Database (inherited from VssBase) | |
HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. (inherited from Task) | |
Item | Represents the VSS item selected (file or project). (inherited from VssBase) | |
TaskResources | Gets or sets the culture-specific resources associated with the task. (inherited from Task) |
Public Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified |
|
Execute | Overidden. Reserved. | |
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
Name | Description | |
---|---|---|
ConnectToDatabase | Attempts to connect to the SourceSafe Database and load the specified item, or version of the item, if specified. (inherited from VssBase) | |
Finalize | Allows an |
|
LogErrorFromException | Logs an exception using the MSBuild logging framework. (inherited from VssBase) | |
MemberwiseClone | Creates a shallow copy of the current |
See Also
Documentation version 1.0.0.0.