PathSegmentCollection.Contains(PathSegment) Método

Definición

Devuelve un Boolean valor de tipo que indica si el especificado PathSegment está incluido en la colección.

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

Parámetros

value
PathSegment

que PathSegment se va a buscar.

Devoluciones

true es si el objeto especificado PathSegment está contenido dentro de la colección; de lo contrario, falsees .

Implementaciones

Se aplica a

Consulte también