共用方式為


ExpectedProcessCollection.Remove 方法

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

語法

'宣告
Public Function Remove ( _
    item As ExpectedProcessCollectionEntry _
) As Boolean
public bool Remove(
    ExpectedProcessCollectionEntry item
)
public:
virtual bool Remove(
    ExpectedProcessCollectionEntry^ item
) sealed
abstract Remove : 
        item:ExpectedProcessCollectionEntry -> bool 
override Remove : 
        item:ExpectedProcessCollectionEntry -> bool 
public final function Remove(
    item : ExpectedProcessCollectionEntry
) : boolean

參數

傳回值

型別:System.Boolean
傳回 Boolean

實作

ICollection<T>.Remove(T)

.NET Framework 安全性

請參閱

參考

ExpectedProcessCollection 類別

Microsoft.VisualStudio.IntelliTrace 命名空間