共用方式為


ExpectedProcessCollection.Contains 方法

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

語法

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

參數

傳回值

型別:System.Boolean
傳回 Boolean

實作

ICollection<T>.Contains(T)

.NET Framework 安全性

請參閱

參考

ExpectedProcessCollection 類別

Microsoft.VisualStudio.IntelliTrace 命名空間