VectorCollection.Parse(String) Metod

Definition

Konverterar en String representation av en samling vektorer till en motsvarande 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

Parametrar

source
String

Representationen String av samlingen med vektorer.

Returer

Returnerar motsvarande VectorCollection.

Gäller för