Udostępnij za pośrednictwem


RepeatBehavior.ToString Metoda

Definicja

Przeciążenia

ToString()

Zwraca reprezentację ciągu tego RepeatBehaviorelementu .

ToString(IFormatProvider)

Zwraca reprezentację RepeatBehavior ciągu o określonym formacie.

Uwagi

Ta struktura reprezentuje projekcję platformy .NET struktury Środowiska uruchomieniowego systemu Windows (WinRT). RepeatBehavior Aby uzyskać więcej informacji, zobacz RepeatBehavior w dokumentacji interfejsu API platformy UWP.

ToString()

Zwraca reprezentację ciągu tego RepeatBehaviorelementu .

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

Zwraca

Reprezentacja ciągu tego RepeatBehaviorelementu .

Dotyczy

ToString(IFormatProvider)

Zwraca reprezentację RepeatBehavior ciągu o określonym formacie.

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

Parametry

formatProvider
IFormatProvider

Format używany do konstruowania wartości zwracanej.

Zwraca

Reprezentacja ciągu tego RepeatBehaviorelementu .

Dotyczy