PathSegmentCollection.Remove(PathSegment) 메서드

정의

이 항목에서 PathSegment지정된 PathSegmentCollection 항목의 첫 번째 항목을 제거합니다.

public:
 virtual bool Remove(System::Windows::Media::PathSegment ^ value);
public bool Remove(System.Windows.Media.PathSegment value);
abstract member Remove : System.Windows.Media.PathSegment -> bool
override this.Remove : System.Windows.Media.PathSegment -> bool
Public Function Remove (value As PathSegment) As Boolean

매개 변수

value
PathSegment

이 컬렉션에서 제거할 항목입니다.

반품

true 지정한 PathSegment 항목이 컬렉션에서 제거되면 이고, false그렇지 않으면 .입니다.

구현

예외

읽기 PathSegmentCollection 전용입니다.

-또는-

크기가 PathSegmentCollection 고정되어 있습니다.

적용 대상

추가 정보