Contains
Contains(IBehaviorProperty)
Bestimmt, ob dieICollection enthält einen bestimmten Wert.
public bool Contains(IBehaviorProperty item)
Parameter | Typ | Beschreibung |
---|---|---|
item | IBehaviorProperty | Die zu lokalisierende Eigenschaft in derICollection. |
Rückgabewert
wahr, wennitem findet sich in derICollection ; andernfalls falsch.
Siehe auch
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namensraum Aspose.Slides.Animation
- Montage Aspose.Slides
Contains(string)
Bestimmt, ob dieICollection enthält einen bestimmten Wert.
public bool Contains(string propertyValue)
Parameter | Typ | Beschreibung |
---|---|---|
propertyValue | String | Wert der Immobilie in der zu lokalisierenICollection. |
Rückgabewert
wahr, wennpropertyValue findet sich in derICollection ; andernfalls falsch.
Siehe auch
- class BehaviorPropertyCollection
- namensraum Aspose.Slides.Animation
- Montage Aspose.Slides