StreamChain.ReadEventLength Method

When overridden in a derived class, gets the length of the next event in the stream.

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

Syntax

‘선언
Protected MustOverride Function ReadEventLength As Integer
protected abstract int ReadEventLength()
protected:
virtual int ReadEventLength() abstract
abstract ReadEventLength : unit -> int 
protected abstract function ReadEventLength() : int

Return Value

Type: System.Int32
The length of the next event in bytes.

.NET Framework Security

See Also

Reference

StreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace