Partager via


Méthode IList.Insert

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'Utilisation
Dim instance As ModelComponentCollection
Dim index As Integer
Dim value As Object

CType(instance, IList).Insert(index, _
    value)
void IList.Insert(
    int index,
    Object value
)
private:
virtual void Insert(
    int index, 
    Object^ value
) sealed = IList::Insert
private abstract Insert : 
        index:int * 
        value:Object -> unit 
private override Insert : 
        index:int * 
        value:Object -> unit 
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Implémente

IList. . :: . .Insert(Int32, Object)