Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Stringhe name of the property whose error message to obtain.
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.