IVSSCheckout Interface 

Represents a checkout record of a SourceSafe file.

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

Syntax

'Declaration
<GuidAttribute("2A0DE0F0-2E9F-11D0-9236-00AA00A1EB95")> _
Public Interface IVSSCheckout
'Usage
Dim instance As IVSSCheckout
[GuidAttribute("2A0DE0F0-2E9F-11D0-9236-00AA00A1EB95")] 
public interface IVSSCheckout
[GuidAttribute(L"2A0DE0F0-2E9F-11D0-9236-00AA00A1EB95")] 
public interface class IVSSCheckout
/** @attribute GuidAttribute("2A0DE0F0-2E9F-11D0-9236-00AA00A1EB95") */ 
public interface IVSSCheckout
GuidAttribute("2A0DE0F0-2E9F-11D0-9236-00AA00A1EB95") 
public interface IVSSCheckout

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

See Also

Reference

IVSSCheckout Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace