BuildPropertyGroupCollection.Count 属性

定义

获取一个值,该值指示集合中 BuildPropertyGroup 对象的数目。Gets a value indicating the number of BuildPropertyGroup objects in the collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

Int32

表示集合中的 BuildPropertyGroup 对象数目的整数值。An integer value representing the number of BuildPropertyGroup objects in the collection.

实现

注解

集合中的每个 BuildPropertyGroup 对象表示项目中的一个元素。Each BuildPropertyGroup object in the collection represents a element in the project.

适用于