다음을 통해 공유


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.Int32

    The zero-based index of the item to remove.

Implements

IList<T>.RemoveAt(Int32)

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