Contains
Contains(IBehaviorProperty)
确定ICollection是否包含特定值。
public bool Contains(IBehaviorProperty item)
范围 | 类型 | 描述 |
---|---|---|
item | IBehaviorProperty | 要在ICollection中定位的属性. |
返回值
如果在:::R5 中找到item则为真:T:System.Collections.Generic.ICollection`1:::;否则为假。
也可以看看
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides
Contains(string)
确定ICollection是否包含特定值。
public bool Contains(string propertyValue)
范围 | 类型 | 描述 |
---|---|---|
propertyValue | String | 要在ICollection. |
返回值
如果在:::R5 中找到propertyValue则为真:T:System.Collections.Generic.ICollection`1:::;否则为假。