Remove Method (item)

DTF API

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++ F#
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
abstract Remove : 
        item : KeyValuePair<string, string> -> bool 
override Remove : 
        item : KeyValuePair<string, string> -> bool 
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.11.1.2318)