Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the internal list for this ListChain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property EventList As List(Of ListChain..::..EventLink)
Get
protected internal List<ListChain..::..EventLink> EventList { get; }
protected public:
property List<ListChain..::..EventLink>^ EventList {
List<ListChain..::..EventLink>^ get ();
}
member EventList : List<ListChain..::..EventLink>
function get EventList () : List<ListChain..::..EventLink>
Property Value
Type: System.Collections.Generic.List<ListChain.EventLink>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.