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

ProvisionedFabricConfigVersionList.Remove 方法

定义

从此列表中删除指定的项。

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

参数

item
ProvisionedFabricConfigVersion

要从列表中移除的对象。

返回

true 如果项目已成功从列表中删除,则为 ;否则为 false

实现

适用于