Freigeben über


FieldLinkCollection.Add-Methode

Fügt der Auflistung einen Inhaltstyp-Feldverweis hinzu.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function Add ( _
    parameters As FieldLinkCreationInformation _
) As FieldLink
'Usage
Dim instance As FieldLinkCollection
Dim parameters As FieldLinkCreationInformation
Dim returnValue As FieldLink

returnValue = instance.Add(parameters)
public FieldLink Add(
    FieldLinkCreationInformation parameters
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.FieldLink
Ein FieldLink -Objekt, das im Feldverweis darstellt.

Ausnahmen

Ausnahme Bedingung
SPException

Der betreffende Feld kann nicht gefunden werden kann, ein doppelten Feldname gefunden wurde, das Feld hat keinen Anzeigenamen oder diese Feldsammlung ist nicht mit einer Liste verknüpft. Fehlercode:-2146232832.

Siehe auch

Referenz

FieldLinkCollection Klasse

FieldLinkCollection-Member

Microsoft.SharePoint.Client-Namespace