ReadOnlyObservableSet<T>.Count 属性

Gets the number of elements actually contained in the ReadOnlyObservableSet<T>.

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public ReadOnly Property Count As Integer
public int Count { get; }

属性值

类型:System.Int32
The number of elements in the set.

实现

IReadOnlyObservableSet.Count

.NET Framework 安全性

请参见

参考

ReadOnlyObservableSet<T> 类

Microsoft.VisualStudio.Shell 命名空间