共用方式為


ExpectedProcessCollection.Insert 方法

將項目插入至集合中。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
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
)

參數

實作

IList<T>.Insert(Int32, T)

.NET Framework 安全性

請參閱

參考

ExpectedProcessCollection 類別

Microsoft.VisualStudio.IntelliTrace 命名空間