Freigeben über


DeployedApplicationList.Contains(DeployedApplication) Methode

Definition

Gibt ein Flag an, das angibt, ob die Liste ein bestimmtes Element enthält.

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

Parameter

item
DeployedApplication

Das Element, das gesucht werden soll.

Gibt zurück

true , wenn die Liste ein bestimmtes Element enthält; falseandernfalls .

Implementiert

Gilt für: