ListEventChain.Count Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the number of points in the chain.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Count As Long
    Get
'Usage
Dim instance As ListEventChain
Dim value As Long

value = instance.Count
public override long Count { get; }
public:
virtual property long long Count {
    long long get () override;
}
abstract Count : int64
override Count : int64
override function get Count () : long

Property Value

Type: System.Int64
This property can only be called if CanGetCount returns true.

.NET Framework Security

See Also

Reference

ListEventChain Class

ListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace