PathSegmentCollection.IndexOf(PathSegment) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o índice da primeira ocorrência do especificado PathSegment.
public:
virtual int IndexOf(System::Windows::Media::PathSegment ^ value);
public int IndexOf(System.Windows.Media.PathSegment value);
abstract member IndexOf : System.Windows.Media.PathSegment -> int
override this.IndexOf : System.Windows.Media.PathSegment -> int
Public Function IndexOf (value As PathSegment) As Integer
Parâmetros
- value
- PathSegment
O item a procurar.
Devoluções
O índice do especificado PathSegment.