Microsoft.VisualStudio.SourceSafe.Interop Namespace
Contains VSS Automation interfaces, collections, events, and enumerations.
Classes
Class | Description | |
---|---|---|
IVSSEvents_SinkHelper | ||
VSSAppClass | ||
VSSCheckoutClass | ||
VSSDatabaseClass | ||
VSSItemClass | ||
VSSUserClass | ||
VSSVersionClass |
Interfaces
Interface | Description | |
---|---|---|
IVSS | Represents a Visual SourceSafe database. | |
IVSSCheckout | Represents a checkout record of a SourceSafe file. | |
IVSSCheckoutModifiable | Represents a checkout record of a SourceSafe file. | |
IVSSCheckouts | A collection of all the IVSSCheckout records of a file. | |
IVSSDatabase | Represents a Visual SourceSafe database. | |
IVSSEventHandler | SourceSafe add-in must implement this interface. | |
IVSSEvents | Represents Visual SourceSafe events. | |
IVSSEvents_Event | See IVSSEvents | |
IVSSItem | Represents a file or a project within the SourceSafe database. | |
IVSSItems | Represents a collection of all children (files and subprojects) of a SourceSafe project. | |
IVSSUser | Represents a single user in the current SourceSafe database. | |
IVSSUsers | Represents a collection of all users within the SourceSafe database. | |
IVSSVersion | Represents a version of a file or a project in the SourceSafe database. | |
IVSSVersions | A collection of all the versions of a file or a project. | |
VSSApp | Implements IVSS and IVSSEvents_Event interfaces. | |
VSSCheckout | See IVSSCheckout. | |
VSSDatabase | See IVSSDatabase. | |
VSSItem | See IVSSItem. | |
VSSUser | See IVSSUser. | |
VSSVersion | See IVSSVersion. |
Delegates
Enumerations
Enumeration | Description | |
---|---|---|
SourceSafeTypeLibVersion | Enables code to check the IVSS version being accessed. | |
VSSCheckoutType | Designates the type of check out for a VSSCheckout object. | |
VSSFileStatus | Identifies the IVSSCheckout status of a SourceSafe file. | |
VSSFlags | Defines various SourceSafe settings. | |
VSSItemEncoding | Represents encoding type of a file. | |
VSSItemType | Identifies the types of IVSSItem as file or project. | |
VSSRights | Identifies the ProjectRights and the DefaultProjectRights of a SourceSafe IVSSUser. |