IntelliTraceFile.Processes Property

Gets the list of processes that is part of this IntelliTrace file.

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

Syntax

'Declaration
Public ReadOnly Property Processes As IList(Of IntelliTraceProcess)
public IList<IntelliTraceProcess> Processes { get; }
public:
property IList<IntelliTraceProcess^>^ Processes {
    IList<IntelliTraceProcess^>^ get ();
}
member Processes : IList<IntelliTraceProcess> with get
function get Processes () : IList<IntelliTraceProcess>

Property Value

Type: IList<IntelliTraceProcess>

.NET Framework Security

See Also

Reference

IntelliTraceFile Class

Microsoft.VisualStudio.IntelliTrace Namespace