Compartilhar via


SPMobileComponent.GetEllipsisString method

Obtém uma versão possivelmente truncada do especificado String que é não mais de TextLengthLimit (o limite de processamento móvel) e que tenha uma elipse ao final se tem quaisquer caracteres foram cortados dele.

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable Function GetEllipsisString ( _
    source As String _
) As String
'Uso
Dim source As String
Dim returnValue As String

returnValue = Me.GetEllipsisString(source)
protected virtual string GetEllipsisString(
    string source
)

Parâmetros

Valor retornado

Type: System.String
Um String que podem ser truncados e se truncado, inclui uma elipse acrescentada.

Comentários

Se source não exceder TextLengthLimit, retorna inalterado.

Ver também

Referência

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace