PathSegmentCollection.Remove(PathSegment) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove a primeira ocorrência do especificado PathSegment deste 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 remover desta coleção.
Devoluções
true se o especificado PathSegment for removido da coleção; caso contrário, false.