Inserts a
LookUpChar object into the
LookUpCharCollection at the specified index.Inserts a LookUpChar object into the LookUpCharCollection at the specified index.
Syntax
| Visual Basic (Declaration) | |
|---|
<System.ComponentModel.DescriptionAttribute("Inserts a LookUpChar object into the LookUpCharCollection at the specified index.")>
Public Sub Insert( _
ByVal index As System.Integer, _
ByVal value As LookUpChar _
) |
| C# | |
|---|
[System.ComponentModel.DescriptionAttribute("Inserts a LookUpChar object into the LookUpCharCollection at the specified index.")]
public void Insert(
System.int index,
LookUpChar value
) |
| JScript | |
|---|
System.ComponentModel.DescriptionAttribute("Inserts a LookUpChar object into the LookUpCharCollection at the specified index.")
public function Insert(
index : System.int,
value : LookUpChar
); |
| Managed Extensions for C++ | |
|---|
[System.ComponentModel.DescriptionAttribute("Inserts a LookUpChar object into the LookUpCharCollection at the specified index.")]
public: void Insert(
System.int index,
LookUpChar* value
) |
| C++/CLI | |
|---|
[System.ComponentModel.DescriptionAttribute("Inserts a LookUpChar object into the LookUpCharCollection at the specified index.")]
public:
void Insert(
System.int index,
LookUpChar^ value
) |
Parameters
- index
- The zero-based index at which value is inserted.
- value
- The
LookUpChar object to insert.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also