RelatedDocDataCollection.Insert 方法

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

命名空间:  Microsoft.VisualStudio.Shell.Design.Serialization
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Sub Insert ( _
    index As Integer, _
    value As DocData _
)
public void Insert(
    int index,
    DocData value
)

参数

.NET Framework 安全性

请参见

参考

RelatedDocDataCollection 类

Microsoft.VisualStudio.Shell.Design.Serialization 命名空间