GraphPropertyCollection.Count 属性

获取 GraphProperties 集合中所含元素的数目。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.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
返回 Int32

实现

ICollection.Count

.NET Framework 安全性

请参阅

参考

GraphPropertyCollection 类

Microsoft.VisualStudio.GraphModel 命名空间