IComponentInfoErrors 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")]
IGrowingOnlyEnumerable<ErrorInfo> Errors { get; }
<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>
ReadOnly Property Errors As IGrowingOnlyEnumerable(Of ErrorInfo)
Get
[ObsoleteAttribute(L"This member should be removed in the new implementation of the plug-in engine")]
property IGrowingOnlyEnumerable<ErrorInfo>^ Errors {
IGrowingOnlyEnumerable<ErrorInfo>^ get ();
}
[<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>]
abstract Errors : IGrowingOnlyEnumerable<ErrorInfo> with get
Property Value
IGrowingOnlyEnumerableErrorInfo