Bagikan melalui


ServiceTypeList.Remove(ServiceType) Method

Definition

Removes the first occurrence of a specific object from the ServiceTypeList..

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

Parameters

item
ServiceType

The item to remove.

Returns

true if the item exist; otherwise, false.

Implements

Applies to