VectorCollection.Remove(Vector) 메서드

정의

Vector에서 맨 처음 발견되는 지정된 VectorCollection을 제거합니다.

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

매개 변수

value
Vector

Vector에서 제거할 VectorCollection입니다.

반환

Boolean

valueVectorCollection에서 제거되었으면 true이고, 그렇지 않으면 false입니다.

구현

예외

VectorCollection이 읽기 전용인 경우

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

적용 대상

추가 정보