IBehaviorPropertyCollection
IBehaviorPropertyCollection interface
Represents timing properties for the effect behavior.
public interface IBehaviorPropertyCollection : IList<IBehaviorProperty>
Properties
Name |
Description |
AsIEnumerable { get; } |
Returns IEnumerable interfaces. Read-only IEnumerable. |
Methods
Name |
Description |
Add(string) |
Adds a new property to the collection. |
Contains(string) |
Determines whether the ICollection contains a specific value. |
IndexOf(string) |
Determines the index of a specific item by property value in the IList. |
Insert(int, string) |
Inserts a new property (with the specified property value) to the collection at the specified index. |
Remove(string) |
Removes specified property from the collection. |
See Also