ExpectedProcessCollection.Add Method

Add expected process entry.

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

Syntax

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

Parameters

Implements

ICollection.Add(UTP)

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace