你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeployedServicePackageList.Insert(Int32, DeployedServicePackage) 方法

定义

在指定的索引处插入项。

public void Insert (int index, System.Fabric.Query.DeployedServicePackage item);
abstract member Insert : int * System.Fabric.Query.DeployedServicePackage -> unit
override this.Insert : int * System.Fabric.Query.DeployedServicePackage -> unit
Public Sub Insert (index As Integer, item As DeployedServicePackage)

参数

index
Int32

应插入 item 的从零开始的索引。

item
DeployedServicePackage

要插入的对象。

实现

适用于