Share via


DeployedCodePackageList.Remove(DeployedCodePackage) Method

Definition

Removes the specified item from this list.

public bool Remove (System.Fabric.Query.DeployedCodePackage item);
abstract member Remove : System.Fabric.Query.DeployedCodePackage -> bool
override this.Remove : System.Fabric.Query.DeployedCodePackage -> bool
Public Function Remove (item As DeployedCodePackage) As Boolean

Parameters

item
DeployedCodePackage

The object to remove from the list.

Returns

true if the item was successfully removed from the list; otherwise, false.

Implements

Applies to