Freigeben über


AnnotationCollection.IList.Remove-Methode

Removes the first occurrence of a specific object from the collection.

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

Syntax

'Declaration
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
'Usage
Dim instance As AnnotationCollection 
Dim value As Object 

CType(instance, IList).Remove(value)
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit  
private override Remove : 
        value:Object -> unit
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

  • value
    Typ: System.Object
    The object to remove from the collection.

Implementiert

IList.Remove(Object)

Siehe auch

Verweis

AnnotationCollection Klasse

Microsoft.AnalysisServices-Namespace