TraceLoggingService.ExpectedProcesses Property

Gets the active list of expected processes

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

Syntax

'Declaration
Public ReadOnly Property ExpectedProcesses As ExpectedProcessCollection
public ExpectedProcessCollection ExpectedProcesses { get; }
public:
property ExpectedProcessCollection^ ExpectedProcesses {
    ExpectedProcessCollection^ get ();
}
member ExpectedProcesses : ExpectedProcessCollection with get
function get ExpectedProcesses () : ExpectedProcessCollection

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollection
Returns ExpectedProcessCollection.

.NET Framework Security

See Also

Reference

TraceLoggingService Class

Microsoft.VisualStudio.IntelliTrace Namespace