VirtualTypeBuilder.PropertyInfoCollection.Add 方法 (PropertyInfo)

PropertyInfo 添加到集合的末尾。

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

语法

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

参数

返回值

类型:System.Int32
已添加值处的索引。

.NET Framework 安全性

请参见

参考

VirtualTypeBuilder.PropertyInfoCollection 类

Add 重载

Microsoft.VisualStudio.Shell.Design 命名空间