NormalizedSnapshotSpanCollection.Count 属性

获取集合中范围的数目。

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

语法

声明
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int with get 
override Count : int with get
final function get Count () : int

属性值

类型:Int32
范围数集合中的。

实现

ICollection.Count
ICollection.Count

.NET Framework 安全性

请参阅

参考

NormalizedSnapshotSpanCollection 类

Microsoft.VisualStudio.Text 命名空间