Chain.Count Property

Gets the number of events in the chain.

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

Syntax

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

Property Value

Type: Int64

Remarks

This property can be called only when CanGetCount returns true.

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace