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 支援使用明確介面實作,但不支援新的宣告。
參數
- colName
型別:System.String