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을 반환합니다.

적용 대상