Share via


PathSegmentCollection.Append(PathSegment) 메서드

정의

컬렉션에 새 항목을 추가합니다.

public:
 virtual void Append(PathSegment ^ value) = IVector<PathSegment ^>::Append;
void Append(PathSegment const& value);
public void Append(PathSegment value);
function append(value)
Public Sub Append (value As PathSegment)

매개 변수

value
PathSegment

추가할 새 항목입니다.

구현

적용 대상