Método RemoveAt

Removes the Annotation at the specified index from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

public void RemoveAt(
    int index
)

Parâmetros

Implementa

IList. . :: . .RemoveAt(Int32)

Exceções

Exceção Condição
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.