Microsoft.VisualStudio.SourceSafe.Interop
MSDN Home
MSDN
MSDN Library
Development Tools and Language ...
Visual Studio 2005
Visual SourceSafe
Visual SourceSafe Reference
Visual SourceSafe Automation
Microsoft.VisualStudio.Sour ...
IVSS Interface
IVSSCheckout Interface
IVSSCheckoutModifiable Interfa ...
IVSSCheckouts Interface
IVSSDatabase Interface
IVSSEventHandler Interface
IVSSEvents Interface
IVSSEvents_AfterAddEventHandle ...
IVSSEvents_AfterBranchEventHan ...
IVSSEvents_AfterCheckinEventHa ...
IVSSEvents_AfterCheckoutEventH ...
IVSSEvents_AfterEventEventHand ...
IVSSEvents_AfterRenameEventHan ...
IVSSEvents_AfterUndoCheckoutEv ...
IVSSEvents_BeforeAddEventHandl ...
IVSSEvents_BeforeBranchEventHa ...
IVSSEvents_BeforeCheckinEventH ...
IVSSEvents_BeforeCheckoutEvent ...
IVSSEvents_BeforeEventEventHan ...
IVSSEvents_BeforeRenameEventHa ...
IVSSEvents_BeforeUndoCheckoutE ...
IVSSEvents_BeginCommandEventHa ...
IVSSEvents_EndCommandEventHand ...
IVSSEvents_Event Interface
IVSSEvents_SinkHelper Class
IVSSItem Interface
IVSSItems Interface
IVSSUser Interface
IVSSUsers Interface
IVSSVersion Interface
IVSSVersions Interface
SourceSafeTypeLibVersion Enume ...
VSSApp Interface
VSSAppClass Class
VSSCheckout Interface
VSSCheckoutClass Class
VSSCheckoutType Enumeration
VSSDatabase Interface
VSSDatabaseClass Class
VSSFileStatus Enumeration
VSSFlags Enumeration
VSSItem Interface
VSSItemClass Class
VSSItemEncoding Enumeration
VSSItemType Enumeration
VSSRights Enumeration
VSSUser Interface
VSSUserClass Class
VSSVersion Interface
VSSVersionClass Class
Visual SourceSafe Automatio ...
Microsoft.VisualStudio.SourceS ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
Visual SourceSafe Automation
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
Delegate
Description
IVSSEvents_AfterAddEventHandler
IVSSEvents_AfterBranchEventHandler
IVSSEvents_AfterCheckinEventHandler
IVSSEvents_AfterCheckoutEventHandler
IVSSEvents_AfterEventEventHandler
IVSSEvents_AfterRenameEventHandler
IVSSEvents_AfterUndoCheckoutEventHandler
IVSSEvents_BeforeAddEventHandler
IVSSEvents_BeforeBranchEventHandler
IVSSEvents_BeforeCheckinEventHandler
IVSSEvents_BeforeCheckoutEventHandler
IVSSEvents_BeforeEventEventHandler
IVSSEvents_BeforeRenameEventHandler
IVSSEvents_BeforeUndoCheckoutEventHandler
IVSSEvents_BeginCommandEventHandler
IVSSEvents_EndCommandEventHandler
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
.
Tags :