Compartilhar via


PathSegmentCollection.Contains(PathSegment) Método

Definição

Retorna um Boolean que indica se o PathSegment especificado está contido dentro da coleção.

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

O PathSegment a ser pesquisado.

Retornos

Boolean

true se o PathSegment especificado estiver contido na coleção; caso contrário, false.

Implementações

Aplica-se a

Confira também