共用方式為


ExpectedProcessCollection.Add 方法

加入預期的處理序項目。

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

語法

'宣告
Public Sub Add ( _
    item As ExpectedProcessCollectionEntry _
)
public void Add(
    ExpectedProcessCollectionEntry item
)
public:
virtual void Add(
    ExpectedProcessCollectionEntry^ item
) sealed
abstract Add : 
        item:ExpectedProcessCollectionEntry -> unit 
override Add : 
        item:ExpectedProcessCollectionEntry -> unit 
public final function Add(
    item : ExpectedProcessCollectionEntry
)

參數

實作

ICollection<T>.Add(T)

.NET Framework 安全性

請參閱

參考

ExpectedProcessCollection 類別

Microsoft.VisualStudio.IntelliTrace 命名空間