RowView.IDataErrorInfo.Item 속성

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Private ReadOnly Property Item ( _
    colName As String _
) As String Implements IDataErrorInfo.Item
    Get
‘사용 방법
Dim instance As RowView
Dim colName As String
Dim value As String

value = CType(instance, IDataErrorInfo).Item(colName)
string IDataErrorInfo.this[
    string colName
] { get; }
private:
virtual property String^ Item[String^ colName] {
    String^ get (String^ colName) sealed = IDataErrorInfo::Item::get;
}
private abstract Item : string
private override Item : string
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

속성 값

유형: System.String

구현

IDataErrorInfo.Item[String]

참고 항목

참조

RowView 클래스

System.Data.SqlServerCe 네임스페이스