Remove Method (item)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Remove Method (item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionDataRemove(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
Boolean
true if the item was successfully removed from the data; false if the item was not found

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