Partager via


FieldCollection.GetById - Méthode

Retourne l'objet de champ spécifié par le GUID.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function GetById ( _
    id As Guid _
) As Field
'Utilisation
Dim instance As FieldCollection
Dim id As Guid
Dim returnValue As Field

returnValue = instance.GetById(id)
public Field GetById(
    Guid id
)

Paramètres

  • id
    Type : System.Guid

    Un identificateur de l'objet Field qui représente le champ.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Field
Renvoie un objet Field spécifié par le GUID.

Exceptions

Exception Condition
[System.ArgumentException]

Le champ avec le GUID spécifié n'existe pas dans la collection de sites à la portée donnée. Code d'erreur :-2147024809.

Voir aussi

Référence

FieldCollection classe

FieldCollection - Membres

Microsoft.SharePoint.Client - Espace de noms