RelatedDocDataCollection.Add 方法

将指定值添加到集合。

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

语法

声明
Public Function Add ( _
    value As DocData _
) As Integer
public int Add(
    DocData value
)

参数

返回值

类型:System.Int32
在文档数据添加的集合的位置。

.NET Framework 安全性

请参见

参考

RelatedDocDataCollection 类

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