- index
- The index position where you want to insert the object.
- element
- The AnnObjectBase to insert into the AnnObjectCollection.
Visual Basic (Declaration) | |
---|---|
Overrides Public Sub Insert( _ ByVal index As Integer, _ ByVal element As UIElement _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- index
- The index position where you want to insert the object.
- element
- The AnnObjectBase to insert into the AnnObjectCollection.
For C#/VB examples, refer to AnnObjectCollection.
For more information, refer to UIElementCollection.Insert.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family