PathSegmentCollection.Remove(PathSegment) Método
Definición
Quita la primera aparición del objeto PathSegment especificado de este objeto PathSegmentCollection.Removes the first occurrence of the specified PathSegment from this 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.The item to remove from this collection.
Devoluciones
Es true
si el objeto PathSegment especificado se quita de la colección; de lo contrario, es false
.true
if the specified PathSegment is removed from the collection; otherwise, false
.
Implementaciones
Excepciones
PathSegmentCollection es de solo lectura.The PathSegmentCollection is read-only.
o bien-or- PathSegmentCollection tiene un tamaño fijo.The PathSegmentCollection has a fixed size.