InsertData
Syntax
InsertData(propFormat, propDescr, &data)
Description
The InsertData method passes data to Diagnostics Framework to be presented as the output of the diagnostic. This enables you to pass any information you want without having to hardcode base class methods in the plug-in. You invoke this method within the GetDiagnosticInfo method.
Parameters
| Parameter | Description |
|---|---|
|
propFormat |
Specify as a string the data type of the data to be presented. Select from the following:
|
|
propDescr |
Specify a string of text to describe or introduce the output data. |
|
&data |
Provide the output data value, in a variable of the data type specified by the propFormat parameter. |
Returns
A Boolean value: True if the data has been inserted into Diagnostics Framework, False if the data can't be inserted into the framework, or if the data type specified by propFormat doesn't exist in the current framework.