TraceProcess.CreateProcessChain<T> Method

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

Gets a process-level event chain.

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

Syntax

'Declaration
Public Function CreateProcessChain(Of T As EventChain) As T
'Usage
Dim instance As TraceProcess
Dim returnValue As T

returnValue = instance.CreateProcessChain()
public T CreateProcessChain<T>()
where T : EventChain
public:
generic<typename T>
where T : EventChain
T CreateProcessChain()
member CreateProcessChain : unit -> 'T  when 'T : EventChain
JScript does not support generic types or methods.

Type Parameters

Return Value

Type: T
An instance of the specified event chain.

.NET Framework Security

See Also

Reference

TraceProcess Class

TraceProcess Members

Microsoft.VisualStudio.TraceLog Namespace