Share via


IAccessList<T> Interface

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

Syntax

'Declaration
Public Interface IAccessList(Of T)
public interface IAccessList<T>
generic<typename T>
public interface class IAccessList
type IAccessList<'T> =  interface end
JScript does not support generic types or methods.

Type Parameters

  • T

The IAccessList<T> type exposes the following members.

Properties

  Name Description
Public property Count

Top

Methods

  Name Description
Public method GetEvent
Public method GetEvents

Top

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace