RelatedItemsFieldControl-Klasse

Rendert ein entsprechendes Objekt Feld auf einer Formularseite (keiner Listenansichtsseite) mit mindestens einen untergeordneten Steuerelemente wie zum Beispiel eine Beschriftung, Link oder Textfeld-Steuerelements.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.TemplateBasedControl
        Microsoft.SharePoint.WebControls.FormComponent
          Microsoft.SharePoint.WebControls.FieldMetadata
            Microsoft.SharePoint.WebControls.BaseFieldControl
              Microsoft.SharePoint.RelatedItemsFieldControl

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class RelatedItemsFieldControl _
    Inherits BaseFieldControl
'Usage
Dim instance As RelatedItemsFieldControl
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class RelatedItemsFieldControl : BaseFieldControl

Threadsicherheit

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

Siehe auch

Referenz

RelatedItemsFieldControl-Member

Microsoft.SharePoint-Namespace