Remove Method (key)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Remove Method (key)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionDataRemove(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

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)