PathSegmentCollection.Contains(PathSegment) Methode

Definition

Gibt ein Boolean zurück, das 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

Die zu suchende PathSegment.

Gibt zurück

Boolean

true, wenn das angegebene PathSegment in der Auflistung enthalten ist, andernfalls false.

Implementiert

Gilt für

Siehe auch