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