IVSSCheckoutModifiable MembersĀ 

Represents a checkout record of a SourceSafe file.

The following tables list the members exposed by the IVSSCheckoutModifiable type.

Public Properties

  Name Description
Public property CheckoutType Gets the type of check out for a VSSCheckout object. 
Public property Comment Gets a string containing a comment for the file checkout. 
Public property Date Gets the date and the time of the file checkout. 
Public property LocalSpec Gets a string representing a fully qualified path of a folder to which the file is checked out. 
Public property Machine Gets a string containing the machine name from which the file checkout occurred. 
Public property NewLastMerge Sets the last version number merged on the client. 
Public property NewLocalSpec Sets a fully qualified path of a folder to which the file is checked out. 
Public property NewMachine Sets the machine name from which the file checkout occurred. 
Public property NewVersionNumber Sets a version number of the checked out file. 
Public property Project Gets a string representing the project path from which the file checkout occurred. 
Public property Username Gets a string containing the username of the user to whom the file is checked out. 
Public property VersionNumber Gets a version number of the checked out file. 

Top

See Also

Reference

IVSSCheckoutModifiable Interface
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout Interface