PartitionedListChain.Count Property

Gets the number of events in the chain. This property can be called only when CanGetCount returns true.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Count As Long
public override long Count { get; }
public:
virtual property long long Count {
    long long get () override;
}
abstract Count : int64 with get 
override Count : int64 with get
override function get Count () : long

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace