Freigeben über


Form-Klasse

A form provides a display and editing interface for a single list item.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Form

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 Form _
    Inherits ClientObject
'Usage
Dim instance As Form
public class Form : ClientObject

Hinweise

A form has one associated Web Part instance (the form Web Part). Because a Web Part instance exists in the context of a page, a form always has an associated page. A form has a collection of settings flags defined.

Threadsicherheit

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

Siehe auch

Referenz

Form-Member

Microsoft.SharePoint.Client-Namespace