SPField - Constructeur (SPFieldCollection, String)
Initialise une nouvelle instance de la classe SPField en fonction de l'objet champ spécifié de la collection et le nom de champ.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
fields As SPFieldCollection, _
fieldName As String _
)
'Utilisation
Dim fields As SPFieldCollection
Dim fieldName As String
Dim instance As New SPField(fields, _
fieldName)
public SPField(
SPFieldCollection fields,
string fieldName
)
Paramètres
fields
Type : Microsoft.SharePoint.SPFieldCollectionLa collection de champs à laquelle ce champ est ajouté.
fieldName
Type : System.StringNom du champ.
Exceptions
Exception | Condition |
---|---|
SPException | Un champ portant le nom fieldname est introuvable dans la collection. |