PathSegmentCollection.Remove(PathSegment) Método

Definição

Remove a primeira ocorrência do PathSegment especificado dessa 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

O item a ser removido desta coleção.

Retornos

Boolean

true se o PathSegment especificado puder ser removido da coleção; caso contrário, false.

Implementações

Exceções

O PathSegmentCollection é somente leitura.

- ou - O PathSegmentCollection tem um tamanho fixo.

Aplica-se a

Confira também