AutoCompleteStringCollection.Add(String) Method

Definition

Inserts a new String into the collection.

public:
 int Add(System::String ^ value);
public int Add (string value);
member this.Add : string -> int
Public Function Add (value As String) As Integer

Parameters

value
String

The String to add to the collection.

Returns

The position in the collection where the String was added.

Applies to