PathSegmentCollection.Remove(PathSegment) Método

Definición

Quita la primera aparición del objeto PathSegment especificado de este objeto PathSegmentCollection.

public:
 virtual bool Remove(System::Windows::Media::PathSegment ^ value);
public bool Remove (System.Windows.Media.PathSegment value);
abstract member Remove : System.Windows.Media.PathSegment -> bool
override this.Remove : System.Windows.Media.PathSegment -> bool
Public Function Remove (value As PathSegment) As Boolean

Parámetros

value
PathSegment

Elemento que se va a quitar de la colección.

Devoluciones

Es true si el objeto PathSegment especificado se quita de la colección; de lo contrario, es false.

Implementaciones

Excepciones

PathSegmentCollection es de solo lectura.

o bien

PathSegmentCollection tiene un tamaño fijo.

Se aplica a

Consulte también