IVSSCheckouts Interface 

A collection of all the IVSSCheckout records of a file.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
<GuidAttribute("8903A770-F55F-11CF-9227-00AA00A1EB95")> _
Public Interface IVSSCheckouts
    Inherits IEnumerable
'Usage
Dim instance As IVSSCheckouts
[GuidAttribute("8903A770-F55F-11CF-9227-00AA00A1EB95")] 
public interface IVSSCheckouts : IEnumerable
[GuidAttribute(L"8903A770-F55F-11CF-9227-00AA00A1EB95")] 
public interface class IVSSCheckouts : IEnumerable
/** @attribute GuidAttribute("8903A770-F55F-11CF-9227-00AA00A1EB95") */ 
public interface IVSSCheckouts extends IEnumerable
GuidAttribute("8903A770-F55F-11CF-9227-00AA00A1EB95") 
public interface IVSSCheckouts extends IEnumerable

Remarks

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 IVSSCheckout records.

See Also

Reference

IVSSCheckouts Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace