GradientStopCollection.ToString Methode

Definition

Erstellt eine String Darstellung dieser GradientStopCollection.

Überlädt

Name Beschreibung
ToString()

Erstellt eine String Darstellung dieser GradientStopCollection.

ToString(IFormatProvider)

Erstellt eine String Darstellung dieser GradientStopCollection.

ToString()

Erstellt eine String Darstellung dieser GradientStopCollection.

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

Gibt zurück

Gibt einen String Wert zurück, der die Werte dieses Werts GradientStopCollectionenthält.

Gilt für:

ToString(IFormatProvider)

Erstellt eine String Darstellung dieser GradientStopCollection.

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

Parameter

provider
IFormatProvider

Kulturspezifische Formatierungsinformationen.

Gibt zurück

Gibt einen String Wert zurück, der die Werte dieses Werts GradientStopCollectionenthält.

Gilt für: