Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.