RelatedDocDataCollection.Insert(Int32, DocData) 方法

定义

将文档数据对象插入到集合中的指定索引处。

public:
 void Insert(int index, Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ value);
public void Insert (int index, Microsoft.VisualStudio.Shell.Design.Serialization.DocData value);
member this.Insert : int * Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> unit
Public Sub Insert (index As Integer, value As DocData)

参数

index
Int32

要插入对象的位置的索引。

value
DocData

要插入的 DocData

适用于