VSSItem.checkout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
checkout() | |
checkout(Boolean) | |
checkout(Boolean, Boolean) |
checkout()
public:
virtual bool checkout();
public virtual bool checkout ();
abstract member checkout : unit -> bool
override this.checkout : unit -> bool
Public Overridable Function checkout () As Boolean
Returns
Applies to
checkout(Boolean)
checkout(Boolean, Boolean)
public:
virtual bool checkout(bool _allowMultipleCheckout, bool _replaceLocal);
public virtual bool checkout (bool _allowMultipleCheckout, bool _replaceLocal);
abstract member checkout : bool * bool -> bool
override this.checkout : bool * bool -> bool
Public Overridable Function checkout (_allowMultipleCheckout As Boolean, _replaceLocal As Boolean) As Boolean
Parameters
- _allowMultipleCheckout
- Boolean
- _replaceLocal
- Boolean