TextEffectCollection.Remove(TextEffect) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컬렉션에서 지정된 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) 항목을 제거하는 것은 컬렉션의 크기에서 선형입니다.