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

PSResourceGraphResponse<PSObject>.ICollection<PSObject>.Remove Method

Definition

bool ICollection<PSObject>.Remove (PSObject item);
abstract member System.Collections.Generic.ICollection<PSObject>.Remove : 'PSObject -> bool
override this.System.Collections.Generic.ICollection<PSObject>.Remove : 'PSObject -> bool
Function Remove (item As PSObject) As Boolean Implements ICollection(Of PSObject).Remove

Parameters

item
PSObject

Returns

Implements

Applies to