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.

적용 대상