AttributeTableValidationException.ValidationErrors Property
Gets a collection of validation errors.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationErrors As IEnumerable(Of String)
Get
public IEnumerable<string> ValidationErrors { get; }
public:
property IEnumerable<String^>^ ValidationErrors {
IEnumerable<String^>^ get ();
}
member ValidationErrors : IEnumerable<string>
function get ValidationErrors () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
An enumerable collection of error strings.
.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.
See Also
Reference
AttributeTableValidationException Class
Microsoft.Windows.Design.Metadata Namespace