다음을 통해 공유


SPFieldGuid.FieldRenderingMobileControl Property

This property returns field a rendering control for a mobile device.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
'Usage
Dim instance As SPFieldGuid
Dim value As SPMobileBaseFieldControl

value = instance.FieldRenderingMobileControl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
A SPMobileBaseFieldControl.

See Also

Reference

SPFieldGuid Class

SPFieldGuid Members

Microsoft.SharePoint Namespace