FilteredListEventChain.ListSourceChain 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 filtered chain.

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

Syntax

'Declaration
Protected ReadOnly Property ListSourceChain As ListEventChain
    Get
'Usage
Dim value As ListEventChain

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

Property Value

Type: Microsoft.VisualStudio.TraceLog.ListEventChain

.NET Framework Security

See Also

Reference

FilteredListEventChain Class

FilteredListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace