Reflection
DeleteListItem(String) Method


The string to remove from Recent Typing.
Deletes a string from the Recent Typing list.
Syntax
'Declaration
 
Overloads Sub DeleteListItem( _
   ByVal deleteItem As String _
) 
'Usage
 
Dim instance As IRecentTyping
Dim deleteItem As String
 
instance.DeleteListItem(deleteItem)
void DeleteListItem( 
   string deleteItem
)

Parameters

deleteItem
The string to remove from Recent Typing.
Exceptions
ExceptionDescription
System.ArgumentNullException This exception is thrown if deleteItem is null (or in Visual Basic, is Nothing).
See Also