SPFieldCollection.Add - Méthode (String, SPFieldType, Boolean, Boolean, StringCollection)
Crée un champ dans la collection en fonction du nom complet spécifié, type de champ, les valeurs booléennes pour d'autres propriétés de champ et les choix dans le cas d'un champ Choice .
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function Add ( _
strDisplayName As String, _
type As SPFieldType, _
bRequired As Boolean, _
bCompactName As Boolean, _
choices As StringCollection _
) As String
'Utilisation
Dim instance As SPFieldCollection
Dim strDisplayName As String
Dim type As SPFieldType
Dim bRequired As Boolean
Dim bCompactName As Boolean
Dim choices As StringCollection
Dim returnValue As String
returnValue = instance.Add(strDisplayName, _
type, bRequired, bCompactName, choices)
public string Add(
string strDisplayName,
SPFieldType type,
bool bRequired,
bool bCompactName,
StringCollection choices
)
Paramètres
strDisplayName
Type : System.StringChaîne qui spécifie le nom complet du champ.
type
Type : Microsoft.SharePoint.SPFieldTypeUne valeur SPFieldType qui spécifie le type du champ à créer.
bRequired
Type : System.Booleantrue pour exiger que le champ contienne une valeur ; dans le cas contraire, false.
bCompactName
Type : System.Booleantrue pour compacter le nom du champ à huit caractères ; dans le cas contraire, false.
choices
Type : System.Collections.Specialized.StringCollectionUn objet System.Collections.Specialized.StringCollection qui contient des choix pour un champ Choice .
Valeur renvoyée
Type : System.String
Chaîne qui contient le nom interne du nouveau champ.