共用方式為


ListChain.EventList 屬性

取得這個 ListChain 的內部清單。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Protected Friend ReadOnly Property EventList As List(Of ListChain.EventLink)
protected internal List<ListChain.EventLink> EventList { get; }
protected public:
property List<ListChain::EventLink>^ EventList {
    List<ListChain::EventLink>^ get ();
}
member EventList : List<ListChain.EventLink> with get
function get EventList () : List<ListChain..::..EventLink>

屬性值

型別:System.Collections.Generic.List<ListChain.EventLink>

.NET Framework 安全性

請參閱

參考

ListChain 類別

Microsoft.VisualStudio.IntelliTrace 命名空間