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を返します。

適用対象