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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.