VSSItem.checkin 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
checkin() | |
checkin(String) |
checkin()
public:
virtual bool checkin();
public virtual bool checkin ();
abstract member checkin : unit -> bool
override this.checkin : unit -> bool
Public Overridable Function checkin () As Boolean
Returns
Applies to
checkin(String)
public:
virtual bool checkin(System::String ^ _comment);
public virtual bool checkin (string _comment);
abstract member checkin : string -> bool
override this.checkin : string -> bool
Public Overridable Function checkin (_comment As String) As Boolean
Parameters
- _comment
- String