AppNotificationTextProperties.SetMaxLines(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.