Class ExtendedAttributeCollection
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
代表一系列 Aspose.Tasks.ExtendedAttribute 对象。
public class ExtendedAttributeCollection : IList<extendedattribute>, ICollection<extendedattribute>, IEnumerable<extendedattribute>, IEnumerable
Inheritance
object ← ExtendedAttributeCollection
Implements
IList
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Count
获取本集中包含的元素数量。
public int Count { get; }
财产价值
IsReadOnly
得到一个值,表明这个收藏是否仅是阅读;否则,假。
public bool IsReadOnly { get; }
财产价值
这个[因特]
接收或将元素放在指定的指数上。
public ExtendedAttribute this[int index] { get; set; }
财产价值
Methods
Add(ExtendedAttribute)
将所指定的项目添加到此收藏中。
public void Add(ExtendedAttribute item)
Parameters
item
ExtendedAttribute
要添加到此收藏中所指定的项目。
Clear()
从此收藏中删除所有物品。
public void Clear()
Contains(ExtendedAttribute)
返回真实的,如果所指定的项目在这个收藏中找到;否则,虚假。
public bool Contains(ExtendedAttribute item)
Parameters
item
ExtendedAttribute
要找到的具体项目。
Returns
正确的,如果所指定的项目在本集中发现;否则,虚假。
CopyTo(ExtendedAttribute( ), int)
将本集的元素复制到指定的序列,从指定的序列指数开始。
public void CopyTo(ExtendedAttribute[] array, int arrayIndex)
Parameters
array
ExtendedAttribute
( )
指定的单维序列复制元素到
arrayIndex
int
以零为基础的指数,指定的序列,复制开始。
GetEnumerator()
返回此收藏的列表。
public IEnumerator<extendedattribute> GetEnumerator()
Returns
IEnumerator < ExtendedAttribute >
为此收藏的列表。
IndexOf(ExtendedAttribute)
确定本集中的指定的项目的指数。
public int IndexOf(ExtendedAttribute item)
Parameters
item
ExtendedAttribute
在此收藏中找到所指定的物品。
Returns
指定的项目的指数,如果发现;否则, -1.
Insert(延伸,延伸)
在指定的指数中输入指定的项目。
public void Insert(int index, ExtendedAttribute item)
Parameters
index
int
指定的基于零的指数,该项目应输入。
item
ExtendedAttribute
要在此收藏中输入所指定的项目。
Remove(ExtendedAttribute)
从此收藏中删除特定对象的第一次出现。
public bool Remove(ExtendedAttribute item)
Parameters
item
ExtendedAttribute
要清除所指定的物体。
Returns
假如指定的对象已成功从此收藏中删除;否则,假。
RemoveAt(因特)
在指定的指数中删除一个项目。
public void RemoveAt(int index)
Parameters
index
int
指定以零为基础的指数,以删除一个项目。