ControlCollection.RemoveAt Method (Int32)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Removes the IList<T> item at the specified index.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Syntax
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
index
Type: System.Int32The zero-based index of the item to remove.
Implements
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the IList<T>. |
NotSupportedException | The IList<T> is read-only. |
See Also
ControlCollection Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright