다음을 통해 공유


RelatedDocDataCollection.Insert Method

Inserts a document data object into the collection at the specified index.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Sub Insert ( _
    index As Integer, _
    value As DocData _
)
public void Insert(
    int index,
    DocData value
)

Parameters

  • index
    Type: System.Int32
    The index at which to insert the object.

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace