ExpectedProcessCollection.Remove Method

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: Boolean
Returns Boolean.

Implements

ICollection.Remove(UTP)

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace