DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection 메서드

현재 연결 속성 집합에서 지정된 된 속성을 제거합니다.

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

구문

‘선언
Private Function Remove ( _
    item As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
bool ICollection<KeyValuePair<string, Object>>.Remove(
    KeyValuePair<string, Object> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, Object> -> bool  
private override Remove : 
        item:KeyValuePair<string, Object> -> bool
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

매개 변수

  • item
    형식: KeyValuePair<String, Object>

    제거할 요소의 키입니다.

반환 값

형식: Boolean
true 속성이 성공적으로 제거 되 면 false속성이 발견 되지 않으면.

구현

ICollection.Remove(UTP)

설명

이 메서드는 구현을 제공 된 Remove 방법. 자세한 내용은 참조는 Remove 메서드에서 .NET Framework 클래스 라이브러리입니다.

.NET Framework 보안

참고 항목

참조

DataConnectionProperties 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스