PathSegmentCollection.Remove(PathSegment) Método

Definición

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

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 esta colección.

Devoluciones

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

Implementaciones

Excepciones

es PathSegmentCollection de solo lectura.

O bien

PathSegmentCollection tiene un tamaño fijo.

Se aplica a

Consulte también