Freigeben über


FieldLinkCollection-Klasse

Stellt die Auflistung der Spalte oder ein Feld Verweise in einen Inhaltstyp an.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<FieldLink>
        Microsoft.SharePoint.Client.FieldLinkCollection

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 Class FieldLinkCollection _
    Inherits ClientObjectCollection(Of FieldLink)
'Usage
Dim instance As FieldLinkCollection
public class FieldLinkCollection : ClientObjectCollection<FieldLink>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

FieldLinkCollection-Member

Microsoft.SharePoint.Client-Namespace