Partager via


VirtualTypeBuilder.FieldInfoCollection.Add, méthode (String, Type)

Ajoute un FieldInfo à la fin de la collection.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    name As String, _
    fieldType As Type _
) As Integer
public int Add(
    string name,
    Type fieldType
)

Paramètres

Valeur de retour

Type : System.Int32
Index auquel la valeur a été ajoutée.

Exceptions

Exception Condition
ArgumentNullException

name ou fieldType est nullRéférence Null (Nothing en Visual Basic).

ArgumentException

fieldType n'est pas un type d'exécution.

Sécurité .NET Framework

Voir aussi

Référence

VirtualTypeBuilder.FieldInfoCollection Classe

Add, surcharge

Microsoft.VisualStudio.Shell.Design, espace de noms