IndexOf
IndexOf(PropertyDescriptor)
确定 System.Collections.Generic.IList. 中特定项目的索引
public int IndexOf(PropertyDescriptor item)
范围 | 类型 | 描述 |
---|---|---|
item | PropertyDescriptor | 在 System.Collections.Generic.IList 中定位的对象。 |
返回值
如果在列表中找到项目的索引;否则,-1。
也可以看看
- class PropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
IndexOf(string)
确定 System.Collections.Generic.IList. 中特定项目的索引
public int IndexOf(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 用于指代属性的名称。 |
返回值
如果在列表中找到项目的索引;否则,-1。
也可以看看
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email