ErrorsChangedEventArgs.ErrorsAdded Property
Gets a collection of errors added.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorsAdded As ICollection(Of DataSchemaError)
Get
'Usage
Dim instance As ErrorsChangedEventArgs
Dim value As ICollection(Of DataSchemaError)
value = instance.ErrorsAdded
public ICollection<DataSchemaError> ErrorsAdded { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsAdded {
ICollection<DataSchemaError^>^ get ();
}
function get ErrorsAdded () : ICollection<DataSchemaError>
member ErrorsAdded : ICollection<DataSchemaError>
Property Value
Type: System.Collections.Generic.ICollection<DataSchemaError>
.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.