Compartir a través de


de la propiedad TaxonomyField.FieldRenderingMobileControl

NOTA: esta API está ahora obsoleta.

Gets the mobile control that is used to render the TaxonomyField object in mobile applications.

Espacio de nombres:  Microsoft.SharePoint.Taxonomy
Ensamblado:  Microsoft.SharePoint.Taxonomy (en Microsoft.SharePoint.Taxonomy.dll)

Sintaxis

'Declaración
<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
'Uso
Dim instance As TaxonomyField
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; }

Valor de propiedad

Tipo: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
A MobileTaxonomyField object that represents the taxonomy control for use in mobile applications.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

MobileTaxonomyField

Microsoft.SharePoint.Taxonomy

SPMobileLookupField

Microsoft.SharePoint