SPFieldLookup.FieldRenderingMobileControl-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft das mobile Steuerelement, das verwendet wird, um das Feld auf einer Formularseite zu rendern.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
'Usage
Dim instance As SPFieldLookup
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Ein Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl -Objekt, das mobile Steuerelement darstellt.
Hinweise
Wenn die Eigenschaft AllowMultipleValuestruezurückgibt, ist das zurückgegebene Objekt Typ SPMobileMultipleLookupField. Andernfalls ist das zurückgegebene Objekt Typ SPMobileLookupField.