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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Overrides ReadOnly Property Count As Long
Get
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
.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.