PathSegmentCollection.Contains(PathSegment) Methode

Definition

Gibt einen Boolean Wert zurück, der angibt, ob das angegebene PathSegment In der Auflistung enthalten ist.

public:
 virtual bool Contains(System::Windows::Media::PathSegment ^ value);
public bool Contains(System.Windows.Media.PathSegment value);
abstract member Contains : System.Windows.Media.PathSegment -> bool
override this.Contains : System.Windows.Media.PathSegment -> bool
Public Function Contains (value As PathSegment) As Boolean

Parameter

value
PathSegment

Der PathSegment gesuchte Suchbegriff.

Gibt zurück

true wenn die angegebene PathSegment in der Auflistung enthalten ist; andernfalls false.

Implementiert

Gilt für:

Weitere Informationen