Attachmate.Reflection Assembly > Attachmate.Reflection.Productivity Namespace > IRecentTyping Interface > DeleteListItem Method : DeleteListItem(String) Method |
'Declaration
Overloads Sub DeleteListItem( _ ByVal deleteItem As String _ )
'Usage
Dim instance As IRecentTyping Dim deleteItem As String instance.DeleteListItem(deleteItem)
void DeleteListItem( string deleteItem )
Exception | Description |
---|---|
System.ArgumentNullException | This exception is thrown if deleteItem is null (or in Visual Basic, is Nothing). |