Deployment Tools Foundation
Remove Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionData ► Remove(KeyValuePair<(Of <(String, String>)>))
Removes an item from the data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Remove( KeyValuePair<string, string> item )
Public Function Remove ( _ item As KeyValuePair(Of String, String) _ ) As Boolean
public: virtual bool Remove( KeyValuePair<String^, String^> item ) sealed
Parameters
- item (KeyValuePair<(Of <(String, String>)>))
- The item to remove.
Return Value
true if the item was successfully removed from the data;
false if the item was not found