Share via


TraceDebugLogFile.Processes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the list of processes that are part of this trace debug log file recording.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property Processes As IList(Of TraceProcess)
    Get
'Usage
Dim instance As TraceDebugLogFile
Dim value As IList(Of TraceProcess)

value = instance.Processes
public IList<TraceProcess> Processes { get; }
public:
property IList<TraceProcess^>^ Processes {
    IList<TraceProcess^>^ get ();
}
member Processes : IList<TraceProcess>
function get Processes () : IList<TraceProcess>

Property Value

Type: System.Collections.Generic.IList<TraceProcess>

.NET Framework Security

See Also

Reference

TraceDebugLogFile Class

TraceDebugLogFile Members

Microsoft.VisualStudio.TraceLog Namespace