다음을 통해 공유


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 _
)
‘사용 방법
Dim instance As RelatedDocDataCollection
Dim index As Integer
Dim value As DocData

instance.Insert(index, value)
public void Insert(
    int index,
    DocData value
)
public:
void Insert(
    int index, 
    DocData^ value
)
member Insert : 
        index:int * 
        value:DocData -> unit 
public function Insert(
    index : int, 
    value : DocData
)

Parameters

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

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

RelatedDocDataCollection Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace