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++ | F# |
public bool Remove( string key )
Public Function Remove ( key As String ) As Boolean
public: virtual bool Remove( String^ key ) sealed
abstract Remove : key : string -> bool override Remove : key : string -> bool
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.11.1.2318)