skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class ItemCollection

Inheritance
System.Object
AutomationObject<ItemCollection>
ItemCollection
Inherited Members
AutomationObject<ItemCollection>.GetProperty(AutomationProperty)
AutomationObject<ItemCollection>.GetProperty(AutomationProperty, Object)
AutomationObject<ItemCollection>.SetProperty(AutomationProperty, Object)
AutomationObject<ItemCollection>.InvokeMethod(AutomationMethod, Object[])
AutomationObject<ItemCollection>.InvokeMethod(String, Object[])
AutomationObject<ItemCollection>.Serialize()
AutomationObject<ItemCollection>.Deserialize(String)
AutomationObject<ItemCollection>.AssignReference(AutomationReference)
AutomationObject<ItemCollection>.Reference
AutomationObject<ItemCollection>.PropertyBag
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()
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.