PathSegmentCollection.Remove(PathSegment) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.