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

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

반환

Boolean

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

구현

예외

PathSegmentCollection이 읽기 전용인 경우

또는 PathSegmentCollection가 고정 크기입니다.

적용 대상

추가 정보