ListChain.EventLink Structure

This type is for internal use only.

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

Syntax

‘선언
Protected Friend Structure EventLink
protected internal struct EventLink
protected public value class EventLink
[<Sealed>]
type EventLink =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The ListChain.EventLink type exposes the following members.

Constructors

  Name Description
Public method ListChain.EventLink ListChain.EventLink is for internal use only.

Top

Properties

  Name Description
Public property Event ListChain.EventLink is for internal use only.
Public property Token ListChain.EventLink is for internal use only.

Top

Methods

  Name Description
Public method Equals(Object) ListChain.EventLink is for internal use only. (Overrides ValueType.Equals(Object).)
Public method Equals(ListChain.EventLink) ListChain.EventLink is for internal use only.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode ListChain.EventLink is for internal use only. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality ListChain.EventLink is for internal use only.
Public operatorStatic member Inequality ListChain.EventLink is for internal use only.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace