IntelliTraceFile.Processes Property

Definition

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

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^> ^ Processes { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess> Processes { get; }
member this.Processes : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess>
Public ReadOnly Property Processes As IList(Of IntelliTraceProcess)

Property Value

Applies to