VirtualTypeBuilder.FieldInfoCollection.Add 方法 (String, Type)

FieldInfo 添加到集合的末尾。

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

语法

声明
Public Function Add ( _
    name As String, _
    fieldType As Type _
) As Integer
public int Add(
    string name,
    Type fieldType
)

参数

返回值

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

异常

异常 条件
ArgumentNullException

name 或 fieldType 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

ArgumentException

fieldType 不是运行时类型。

.NET Framework 安全性

请参见

参考

VirtualTypeBuilder.FieldInfoCollection 类

Add 重载

Microsoft.VisualStudio.Shell.Design 命名空间