VectorCollection.Parse(String) Methode

Definition

Konvertiert eine String-Darstellung einer Auflistung von Vektoren in eine entsprechende VectorCollection.

public:
 static System::Windows::Media::VectorCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.VectorCollection Parse (string source);
static member Parse : string -> System.Windows.Media.VectorCollection
Public Shared Function Parse (source As String) As VectorCollection

Parameter

source
String

Eine String-Darstellung der Auflistung von Vektoren.

Gibt zurück

VectorCollection

Gibt die entsprechende VectorCollection zurück.

Gilt für