EventChain.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 Overridable ReadOnly Property Count As Long
Get
'Usage
Dim instance As EventChain
Dim value As Long
value = instance.Count
public virtual long Count { get; }
public:
virtual property long long Count {
long long get ();
}
abstract Count : int64
override Count : int64
function get Count () : long
Property Value
Type: System.Int64
Remarks
This property can only be called if CanGetCount returns true.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.