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.
Gets 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
ReadOnly Property CheckoutType As VSSCheckoutType
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As VSSCheckoutType
value = instance.CheckoutType
VSSCheckoutType CheckoutType { get; }
property VSSCheckoutType CheckoutType {
VSSCheckoutType get ();
}
/** @property */
VSSCheckoutType get_CheckoutType ()
function get CheckoutType () : VSSCheckoutType
Property Value
A VSSCheckoutType enumeration.
See Also
Reference
IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace