VectorCollection.Parse(String) メソッド

定義

ベクターのコレクションの String 表現を、等価の 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

パラメーター

source
String

ベクターのコレクションの String 表現。

戻り値

VectorCollection

等価の VectorCollection を返します。

適用対象