PluginComponentInfoErrors Property

Note: This API is now obsolete.
Collection of error messages which are associated with the component.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
[ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")]
public IGrowingOnlyEnumerable<ErrorInfo> Errors { get; }

Property Value

IGrowingOnlyEnumerableErrorInfo

Implements

IComponentInfoErrors

See Also