FilteredListChain(ListChain) 构造函数

定义

初始化 FilteredListChain 类的新实例。

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)

参数

sourceChain
ListChain

ListChain要从其进行筛选的基础。

适用于