ExpectedProcessCollection.Contains Method
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
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
Parameters
Return Value
Type: Boolean
Returns Boolean.
Implements
ICollection.Contains(UTP)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.