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 컬렉션에서 제거할 항목입니다.

반품

컬렉션에서 제거되었으면 />이고, 그렇지 않으면 .

구현

설명

제거된 개체 뒤에 있는 개체는 비워진 위치를 차지하도록 이동되고 해당 인덱스 값이 업데이트됩니다. value null 참조(Visual Basic Nothing)이면 첫 번째 null 참조(Visual Basic Nothing) 항목이 제거됩니다. null 참조(Visual Basic Nothing) 항목을 제거하는 것은 컬렉션의 크기에서 선형입니다.

적용 대상