FilteredListChain(ListChain) Constructor

Definition

Initializes a new instance of the FilteredListChain class.

protected:
 FilteredListChain(Microsoft::VisualStudio::IntelliTrace::ListChain ^ sourceChain);
protected:
 FilteredListChain(Microsoft::VisualStudio::IntelliTrace::ListChain ^ sourceChain);
 FilteredListChain(Microsoft::VisualStudio::IntelliTrace::ListChain const & sourceChain);
protected FilteredListChain (Microsoft.VisualStudio.IntelliTrace.ListChain sourceChain);
new Microsoft.VisualStudio.IntelliTrace.FilteredListChain : Microsoft.VisualStudio.IntelliTrace.ListChain -> Microsoft.VisualStudio.IntelliTrace.FilteredListChain
Protected Sub New (sourceChain As ListChain)

Parameters

sourceChain
ListChain

The underlying ListChain to filter from.

Applies to