Partager via


RepeatBehavior.ToString Méthode

Définition

Surcharges

ToString()

Retourne une représentation sous forme de chaîne de RepeatBehavior.

ToString(IFormatProvider)

Retourne une représentation sous forme de chaîne de ce RepeatBehavior avec le format spécifié.

Remarques

Ce struct représente la projection .NET du struct Windows Runtime (WinRT). RepeatBehavior Pour plus d’informations, consultez RepeatBehavior dans les informations de référence sur l’API UWP.

ToString()

Retourne une représentation sous forme de chaîne de RepeatBehavior.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Retours

Représentation sous forme de chaîne de RepeatBehavior.

S’applique à

ToString(IFormatProvider)

Retourne une représentation sous forme de chaîne de ce RepeatBehavior avec le format spécifié.

public:
 System::String ^ ToString(IFormatProvider ^ formatProvider);
public string ToString (IFormatProvider formatProvider);
override this.ToString : IFormatProvider -> string
Public Function ToString (formatProvider As IFormatProvider) As String

Paramètres

formatProvider
IFormatProvider

Format utilisé pour construire la valeur de retour.

Retours

Représentation sous forme de chaîne de RepeatBehavior.

S’applique à