AutoCompleteStringCollection::CopyTo Method (array<String^>^, Int32)
.NET Framework (current version)
Copies an array of String objects into the collection, starting at the specified position.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- array
-
Type:
array<System::String^>^
The String objects to add to the collection.
- index
-
Type:
System::Int32
The position within the collection at which to start the insertion.
.NET Framework
Available since 2.0
Available since 2.0
Show: