Share via


IAccessList<T>.GetEvent Method

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Function GetEvent ( _
    eventIndex As Integer _
) As T
T GetEvent(
    int eventIndex
)
T GetEvent(
    int eventIndex
)
abstract GetEvent : 
        eventIndex:int -> 'T 
function GetEvent(
    eventIndex : int
) : T

Parameters

Return Value

Type: T

.NET Framework Security

See Also

Reference

IAccessList<T> Interface

Microsoft.VisualStudio.IntelliTrace Namespace