[This is preliminary documentation and is subject to change.]
Inserts an AttributeComparisonResults element into the MessageComparisonResults at the specified index.
| C# | Visual Basic | Visual C++ |
public void Insert( int index, AttributeComparisonResults value )
Public Sub Insert ( _ index As Integer, _ value As AttributeComparisonResults _ )
public: void Insert( int index, AttributeComparisonResults^ value )
- index (Int32)
- The zero-based index at which value should be inserted.
- value (AttributeComparisonResults)
- The MessageComparisonResults to insert.