TextEffectCollection.Remove(TextEffect) 메서드

정의

컬렉션에서 지정된 TextEffect 개체를 제거합니다.

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

매개 변수

value
TextEffect

컬렉션에서 제거할 TextEffect입니다.

반환

Boolean

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

구현

설명

제거 된 개체가 다음 개체에는 빈 지점을 이동 하 고 해당 인덱스 값 업데이트 됩니다. 경우 valuenull 참조 (Nothing Visual Basic에서), 먼저 null 참조 (Nothing Visual Basic의) 항목이 제거 됩니다. 제거는 null 참조 (Nothing Visual Basic에서) 항목 컬렉션의 크기에 비례 합니다.

적용 대상