ExpectedProcessCollection.Insert Method

Insert an item into the collection.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    item As ExpectedProcessCollectionEntry _
)
public void Insert(
    int index,
    ExpectedProcessCollectionEntry item
)
public:
virtual void Insert(
    int index, 
    ExpectedProcessCollectionEntry^ item
) sealed
abstract Insert : 
        index:int * 
        item:ExpectedProcessCollectionEntry -> unit  
override Insert : 
        index:int * 
        item:ExpectedProcessCollectionEntry -> unit
public final function Insert(
    index : int, 
    item : ExpectedProcessCollectionEntry
)

Parameters

  • index
    Type: Int32

Implements

IList.Insert(Int32, UTP)

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace