다음을 통해 공유


FilteredObservableCollection<T>.Remove 메서드 (T)

이 컬렉션은 읽기 전용입니다 때문에 throw 된 InvalidOperationException.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
Public Function Remove ( _
    item As T _
) As Boolean
public bool Remove(
    T item
)
public:
virtual bool Remove(
    T item
) sealed
abstract Remove : 
        item:'T -> bool  
override Remove : 
        item:'T -> bool
public final function Remove(
    item : T
) : boolean

매개 변수

  • item
    형식: T

    항목입니다.

반환 값

형식: Boolean
true 항목을 별도로 제거 했습니다 경우 false.

구현

ICollection.Remove(UTP)

.NET Framework 보안

참고 항목

참조

FilteredObservableCollection<T> 클래스

Remove 오버로드

Microsoft.VisualStudio.Language.Intellisense 네임스페이스