Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Designates the type of check out for a VSSCheckout object.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
<GuidAttribute("2A0DE0EF-2E9F-11D0-9236-00AA00A1EB95")> _
Public Enumeration VSSCheckoutType
'Usage
Dim instance As VSSCheckoutType
[GuidAttribute("2A0DE0EF-2E9F-11D0-9236-00AA00A1EB95")]
public enum VSSCheckoutType
[GuidAttribute(L"2A0DE0EF-2E9F-11D0-9236-00AA00A1EB95")]
public enum class VSSCheckoutType
/** @attribute GuidAttribute("2A0DE0EF-2E9F-11D0-9236-00AA00A1EB95") */
public enum VSSCheckoutType
GuidAttribute("2A0DE0EF-2E9F-11D0-9236-00AA00A1EB95")
public enum VSSCheckoutType
Members
| Member name | Description | |
|---|---|---|
| VSSCHECKOUT_EXCLUSIVE | This type of check out prevents other users from checking out the same file. This can be used before attempting a check out to make sure the file is available for check out. | |
| VSSCHECKOUT_SHARED | This type of check out allows other users to check out the same file. |