ImportCollection.Count 属性
定义
获取一个值,该值指示 Import 中 ImportCollection 对象的数目。Gets a value indicating the number of Import objects in the ImportCollection.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
属性值
表示集合中的 Import 对象数目的整数值。An integer value representing the number of Import objects in the collection.
实现
注解
集合中的每个 Import 对象表示项目中的一个元素。Each Import object in the collection represents a element in the project.