ValidatingViewModelBase.IDataErrorInfo.Item Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the error message for the property that has the given name.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Item ( _
propertyName As String _
) As String Implements IDataErrorInfo.Item
string IDataErrorInfo.this[
string propertyName
] { get; }
private:
virtual property String^ Item[String^ propertyName] {
String^ get (String^ propertyName) sealed = IDataErrorInfo::Item::get;
}
private abstract Item :
propertyName:string -> string with get
private override Item :
propertyName:string -> string with get
JScript does not support explicit interface implementations.
Parameters
- propertyName
Type: System.String
Property Value
Type: System.String
The error message for the property. The default is an empty string ("").
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.