DataRowView.IDataErrorInfo.Item[String] 属性

定义

获取具有给定名称的属性的错误信息。

property System::String ^ System::ComponentModel::IDataErrorInfo::Item[System::String ^] { System::String ^ get(System::String ^ colName); };
string System.ComponentModel.IDataErrorInfo.Item[string colName] { get; }
member this.System.ComponentModel.IDataErrorInfo.Item(string) : string
 ReadOnly Property Item(colName As String) As String Implements IDataErrorInfo.Item

参数

colName
String

要获取其错误信息的属性的名称。

属性值

该属性的错误信息。 默认值为空字符串("")。

实现

注解

此成员是显式接口成员的实现。 它只能在 DataRowView 实例被强制转换为 IDataErrorInfo 接口时使用。

适用于