PathSegmentCollection.IndexOf(PathSegment) Metodo

Definizione

Restituisce l'indice della prima occorrenza dell'oggetto PathSegment specificato.

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

Parametri

value
PathSegment

Elemento da cercare.

Restituisce

Indice dell'oggetto PathSegment specificato.

Implementazioni

Si applica a

Vedi anche