DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.Remove 메서드
현재 연결 속성의 집합에서 지정 된 속성을 제거합니다.
네임스페이스: 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
형식: System.Collections.Generic.KeyValuePair<String, Object>
제거할 요소의 키입니다.
반환 값
형식: System.Boolean
true 속성이 성공적으로 제거 되는 경우. false속성이 없는 경우.
구현
설명
이 메서드를 구현 하는 제공 된 Remove 메서드.자세한 내용은 Remove 메서드에서 .NET Framework 클래스 라이브러리.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.