Visual SourceSafe Automation
Visual SourceSafe Automation is a collection of COM-based automation interfaces in the Microsoft.VisualStudio.SourceSafe.Interop namespace that Visual SourceSafe exposes to users. Because the name of each interface includes the IVSS preface, hereafter this documentation refers to this collection of interfaces simply as IVSS. IVSS provides functionality both for automating interactions with a Visual SourceSafe database and for responding to database events.
In This Section
Describes Visual SourceSafe automation model. |
|
Describes how to automate Visual SourceSafe through the use of the IVSSDatabase interface that represents a Visual SourceSafe database. |
|
Describes how to automate Visual SourceSafe through trapping SourceSafe events. |
|
Describes how to handle errors generated by Visual SourceSafe commands. |
Reference
Visual SourceSafe Automation Reference
Describes IVSS interfaces, collections, enumerations, events, public properties and methods, and includes code examples.