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项。

适用于