ListEventChain.SourceChain Property

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

Gets the underlying source chain for this chain.

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

Syntax

'Declaration
Protected ReadOnly Property SourceChain As EventChain
    Get
'Usage
Dim value As EventChain

value = Me.SourceChain
protected EventChain SourceChain { get; }
protected:
property EventChain^ SourceChain {
    EventChain^ get ();
}
member SourceChain : EventChain
function get SourceChain () : EventChain

Property Value

Type: Microsoft.VisualStudio.TraceLog.EventChain

.NET Framework Security

See Also

Reference

ListEventChain Class

ListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace