BuildPropertyGroup.Count 属性
定义
获取一个值,该值指示 BuildProperty 中 BuildPropertyGroup 对象的数目。Gets a value indicating the number of BuildProperty objects in the BuildPropertyGroup.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
属性值
表示集合中的 BuildPropertyGroup 对象数目的整数值。An integer value representing the number of BuildPropertyGroup objects in the collection.
注解
BuildPropertyGroup对象可以表示项目中的元素或属性的虚拟集合,如全局属性或环境变量属性。A BuildPropertyGroup object can represent a element in the project, or a virtual collection of properties, such as global properties or environment variable properties.