PresentationFrameworkCollection<T>.Insert Method
Silverlight
Inserts an item to the PresentationFrameworkCollection<T> at the specified index.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Parameters
- index
- Type: System.Int32
The zero-based index at which value should be inserted.
- value
- Type: T
The object to insert into the PresentationFrameworkCollection<T>.
Implements
IList<T>.Insert(Int32, T)For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.