ComponentInfoErrors Property
Note: This API is now obsolete.
Collection of error messages which are associated with the component.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
[ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")]
public IGrowingOnlyEnumerable<ErrorInfo> Errors { get; }
<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>
Public ReadOnly Property Errors As IGrowingOnlyEnumerable(Of ErrorInfo)
Get
public:
[ObsoleteAttribute(L"This member should be removed in the new implementation of the plug-in engine")]
virtual property IGrowingOnlyEnumerable<ErrorInfo>^ Errors {
IGrowingOnlyEnumerable<ErrorInfo>^ get () sealed;
}
[<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>]
abstract Errors : IGrowingOnlyEnumerable<ErrorInfo> with get
[<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>]
override Errors : IGrowingOnlyEnumerable<ErrorInfo> with get
IGrowingOnlyEnumerableErrorInfoIComponentInfoErrors