Deployment Tools Foundation
Remove Method (key)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionData ► Remove(String)
Removes the item with the specified key from the data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Remove( string key )
Public Function Remove ( key As String ) As Boolean
public: virtual bool Remove( String^ key ) sealed
Parameters
- key (String)
- Case-sensitive data key.
Return Value
Boolean
true if the item was successfully removed from the data; false if an item with the specified key was not found
true if the item was successfully removed from the data; false if an item with the specified key was not found
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)