SPMobileComponent.TextLengthLimit, propriété (Microsoft.SharePoint.MobileControls)

Specifies the maximum number of characters that can be rendered, for a given text-rendering control, on the mobile site.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property TextLengthLimit As Integer
'Utilisation
Dim instance As SPMobileComponent
Dim value As Integer

value = instance.TextLengthLimit
public virtual int TextLengthLimit { get; }

Valeur de la propriété

An Int32 representing the maximum length of generic text rendering controls on the mobile site.

Notes

The default implementation sets TextLengthLimit to the value defined in the mobile web.config file for the constant specified in TextLengthLimitKey.

Particular types of text controls, such as titles, may have more restrictive limits.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms

Autres ressources

Points de suspension et limites de rendu