SPFieldContactInformation.FieldRenderingControl-Eigenschaft
Rendert ein Feld auf einer Formularseite mit ein oder mehrere untergeordnete Steuerelemente wie z. B. einer Beschriftung, Link oder Textfeld-Steuerelements. Dieses Steuerelement abgeleitet und überschreibt eine BaseFieldControl.
Namespace: Microsoft.SharePoint.Applications.GroupBoard
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
Get
'Usage
Dim instance As SPFieldContactInformation
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.WebControls.BaseFieldControl
Ein BaseFieldControl-Objekt.
Siehe auch
Referenz
SPFieldContactInformation Klasse