IComponentInfoGetDescriptionOrErrors Method
Note: This API is now obsolete.
If the
Errors collection is empty then returns
Description,
otherwise returns the error messages joined by
errorSeparator.
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")]
string GetDescriptionOrErrors(
string errorSeparator = null
)
<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>
Function GetDescriptionOrErrors (
Optional errorSeparator As String = Nothing
) As String
[ObsoleteAttribute(L"This member should be removed in the new implementation of the plug-in engine")]
String^ GetDescriptionOrErrors(
String^ errorSeparator = nullptr
)
[<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>]
abstract GetDescriptionOrErrors :
?errorSeparator : string
(* Defaults:
let _errorSeparator = defaultArg errorSeparator null
*)
-> string
- errorSeparator String (Optional)
- Separator to insert between error messages or to use NewLine.
StringError messages joined by
errorSeparator if they are present or
Description if error messages are absent.