RelatedDocDataCollection.Insert, méthode

Insère un objet de données de document dans la collection à l'index spécifié.

Espace de noms :  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Public Sub Insert ( _
    index As Integer, _
    value As DocData _
)
public void Insert(
    int index,
    DocData value
)

Paramètres

  • index
    Type : System.Int32
    L'index auquel pour insérer l'objet.

Sécurité .NET Framework

Voir aussi

Référence

RelatedDocDataCollection Classe

Microsoft.VisualStudio.Shell.Design.Serialization, espace de noms