[Obsolete("This method is deprecated. It is not required for testing a ReadDataItem event handler.")]
public string TestReadDataItemEvent(
string
)
[Obsolete("This method is deprecated. It is not required for testing a ReadDataItem event handler.")]
public: string* TestReadDataItemEvent(
string*
)
[Obsolete("This method is deprecated. It is not required for testing a ReadDataItem event handler.")]
public:
String^ TestReadDataItemEvent(
String^
)
'Declaration
<ObsoleteAttribute("This method is deprecated. It is not required for testing a ReadDataItem event handler.")>
Public Function TestReadDataItemEvent( _
ByVal As String _
) As String
'Usage
Dim instance As IdentificationProcessor
Dim type As String
Dim value As String
value = instance.TestReadDataItemEvent(type)
Parameters
- type
- The type of the data item to return. This method will place the type into the DataItemEventArgs object that it sends to the ReadDataItem event handler.
Return Value
The content string that the event handler returned.