IVSSCheckoutModifiable Interface
Visual Studio 2005
Represents a checkout record of a SourceSafe file.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
[GuidAttribute("2A0DE0ED-2E9F-11D0-9236-00AA00A1EB95")] public interface IVSSCheckoutModifiable : IVSSCheckout
/** @attribute GuidAttribute("2A0DE0ED-2E9F-11D0-9236-00AA00A1EB95") */
public interface IVSSCheckoutModifiable extends IVSSCheckout
GuidAttribute("2A0DE0ED-2E9F-11D0-9236-00AA00A1EB95") public interface IVSSCheckoutModifiable extends IVSSCheckout
If the file is not checked out, the IVSSCheckouts collection has no elements. If a file is checked out three times, for example, a collection contains three checkout records.