VSSCheckoutClass Class 

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
<GuidAttribute("2A0DE0E0-2E9F-11D0-9236-00AA00A1EB95")> _
<ClassInterfaceAttribute(0)> _
Public Class VSSCheckoutClass
    Implements IVSSCheckout, VSSCheckout
'Usage
Dim instance As VSSCheckoutClass
[GuidAttribute("2A0DE0E0-2E9F-11D0-9236-00AA00A1EB95")] 
[ClassInterfaceAttribute(0)] 
public class VSSCheckoutClass : IVSSCheckout, VSSCheckout
[GuidAttribute(L"2A0DE0E0-2E9F-11D0-9236-00AA00A1EB95")] 
[ClassInterfaceAttribute(0)] 
public ref class VSSCheckoutClass : IVSSCheckout, VSSCheckout
/** @attribute GuidAttribute("2A0DE0E0-2E9F-11D0-9236-00AA00A1EB95") */ 
/** @attribute ClassInterfaceAttribute(0) */ 
public class VSSCheckoutClass implements IVSSCheckout, VSSCheckout
GuidAttribute("2A0DE0E0-2E9F-11D0-9236-00AA00A1EB95") 
ClassInterfaceAttribute(0) 
public class VSSCheckoutClass implements IVSSCheckout, VSSCheckout

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.SourceSafe.Interop.VSSCheckoutClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VSSCheckoutClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace