Chain.Count 屬性

取得鏈結中的事件數目。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
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

屬性值

型別:System.Int64

備註

只有當 CanGetCount 傳回 true 時,才能呼叫此屬性。

.NET Framework 安全性

請參閱

參考

Chain 類別

Microsoft.VisualStudio.IntelliTrace 命名空間