Remove Method (item)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Remove Method (item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceCollectionRemove(Resource)
Removes an item to the collection.
Declaration Syntax
C# Visual Basic Visual C++
public bool Remove(
	Resource item
)
Public Function Remove ( 
	item As Resource
) As Boolean
public:
virtual bool Remove(
	Resource^ item
) sealed
Parameters
item (Resource)
The Resource to remove.
Return Value

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