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
가 컬렉션에서 제거되었으면 true
이고, 그렇지 않으면 false
입니다.
구현
설명
제거 된 개체가 다음 개체에는 빈 지점을 이동 하 고 해당 인덱스 값 업데이트 됩니다. 경우 value
은 null
참조 (Nothing
Visual Basic에서), 먼저 null 참조 (Nothing
Visual Basic의) 항목이 제거 됩니다. 제거는 null 참조 (Nothing
Visual Basic에서) 항목 컬렉션의 크기에 비례 합니다.