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
source
Type: System.StringO original, untruncated, String.
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.