| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal item As DynamicProperty _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public void Insert( int index, DynamicProperty item ) | |
| Managed Extensions for C++ | |
|---|---|
public: void Insert( int index, DynamicProperty* item ) | |
| C++/CLI | |
|---|---|
public: void Insert( int index, DynamicProperty^ item ) | |
Parameters
- index
- Index where the item is inserted.
- item
- Item that is inserted.
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Index is not a valid index in the DynamicPropertiesCollection. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family