SPFieldCollection.Item - Propriété (Guid)
Obtient le champ avec l'identificateur spécifié (ID) de la collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
id As Guid _
) As SPField
Get
'Utilisation
Dim instance As SPFieldCollection
Dim id As Guid
Dim value As SPField
value = instance(id)
public SPField this[
Guid id
] { get; }
Paramètres
id
Type : System.GuidUn objet System.Guid qui spécifie le code de champ.
Valeur de propriété
Type : Microsoft.SharePoint.SPField
Objet SPField qui représente le champ.