ExtensionManager.Errors-Eigenschaft

Gibt eine schreibgeschützte Auflistung von Fehlern beim Ladevorgang zurück, wenn die Erstellung dieses Managers das Laden des Typs ausgelöst hat.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Errors As ReadOnlyCollection(Of ExtensionLoadError)
    Get
public ReadOnlyCollection<ExtensionLoadError> Errors { get; }
public:
property ReadOnlyCollection<ExtensionLoadError^>^ Errors {
    ReadOnlyCollection<ExtensionLoadError^>^ get ();
}
member Errors : ReadOnlyCollection<ExtensionLoadError>
function get Errors () : ReadOnlyCollection<ExtensionLoadError>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<ExtensionLoadError>

.NET Framework-Sicherheit

Siehe auch

Referenz

ExtensionManager Klasse

Microsoft.Data.Schema.Extensibility-Namespace