ItemCollection
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class ItemCollection : AutomationObject<ItemCollection>, IAutomationPeer, IPeerConverter, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
Inheritance: objectAutomationObject<ItemCollection>ItemCollection
Implements:
Inherited Members
Constructors
C#
public ItemCollection()
Properties
C#
[DataMember]
public List<string> Collection { get; set; }
C#
public bool IsFixedSize { get; }
C#
public bool IsReadOnly { get; }
Implements:
C#
public bool IsSynchronized { get; }
Methods
C#
public void Clear()
Implements: