Partager via


AppNotificationTextProperties.SetMaxLines(Int32) Méthode

Définition

Définit le nombre maximal de lignes que le texte associé doit s’étendre.

public:
 virtual AppNotificationTextProperties ^ SetMaxLines(int value) = SetMaxLines;
AppNotificationTextProperties SetMaxLines(int const& value);
public AppNotificationTextProperties SetMaxLines(int value);
function setMaxLines(value)
Public Function SetMaxLines (value As Integer) As AppNotificationTextProperties

Paramètres

value
Int32

int

Nombre maximal de lignes que le texte associé doit s’étendre.

Retours

Retourne l’instance AppNotificationTextProperties afin que des appels de méthode supplémentaires puissent être chaînés.

S’applique à