Class ItemCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ItemCollection : AutomationObject<ItemCollection>, IAutomationPeer, IPeerConverter, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
Constructors
ItemCollection()
Declaration
public ItemCollection()
Properties
Collection
Declaration
public List<string> Collection { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.Generic.ICollection<T>.Count
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
System.Boolean
|
Item[Int32]
Declaration
public string this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
System.String
|
Implements
System.Collections.Generic.IList<T>.Item[System.Int32]
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
System.Object
|
Methods
Add(String)
Declaration
public void Add(string value)
Parameters
System.String
value
|
Implements
System.Collections.Generic.ICollection<T>.Add(T)
Clear()
Declaration
public void Clear()
Implements
System.Collections.Generic.ICollection<T>.Clear()
Contains(String)
Declaration
public bool Contains(string value)
Parameters
System.String
value
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Contains(T)
CopyTo(String[], Int32)
Declaration
public void CopyTo(string[] array, int index)
Parameters
System.String[]
array
|
System.Int32
index
|
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
FromRealObject(Object)
Declaration
public override void FromRealObject(object o)
Parameters
System.Object
o
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Silverlight.ItemCollection>.FromRealObject(System.Object)
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Silverlight.ItemCollection>.GetRealType()
IndexOf(String)
Declaration
public int IndexOf(string value)
Parameters
System.String
value
|
Returns
System.Int32
|
Implements
System.Collections.Generic.IList<T>.IndexOf(T)
Insert(Int32, String)
Declaration
public void Insert(int index, string value)
Parameters
System.Int32
index
|
System.String
value
|
Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
Remove(String)
Declaration
public bool Remove(string value)
Parameters
System.String
value
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Remove(T)
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
ToRealObject()
Declaration
public override object ToRealObject()
Returns
System.Object
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Silverlight.ItemCollection>.ToRealObject()
Explicit Interface Implementations
IEnumerable<String>.GetEnumerator()
Declaration
IEnumerator<string> IEnumerable<string>.GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<System.String>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()