IReadOnlyCollection<T>.Count 属性

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

语法

声明
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

属性值

类型:Int32
返回 Int32

.NET Framework 安全性

请参阅

参考

IReadOnlyCollection<T> 接口

Microsoft.VisualStudio.GraphModel 命名空间