Dela via


DeployedCodePackageList.Add(DeployedCodePackage) Method

Definition

Adds the specified item to the list.

public void Add (System.Fabric.Query.DeployedCodePackage item);
abstract member Add : System.Fabric.Query.DeployedCodePackage -> unit
override this.Add : System.Fabric.Query.DeployedCodePackage -> unit
Public Sub Add (item As DeployedCodePackage)

Parameters

item
DeployedCodePackage

The item to be added.

Implements

Applies to