Idioma

BitmapEffectCollection.Remove(BitmapEffect) Método

Definição

Nota: Esta API está agora obsoleta. A alternativa não obsoleta é Effect. Remove a primeira ocorrência do especificado BitmapEffect para esta coleção.

public:
 virtual bool Remove(System::Windows::Media::Effects::BitmapEffect ^ value);
public bool Remove(System.Windows.Media.Effects.BitmapEffect value);
abstract member Remove : System.Windows.Media.Effects.BitmapEffect -> bool
override this.Remove : System.Windows.Media.Effects.BitmapEffect -> bool
Public Function Remove (value As BitmapEffect) As Boolean

Parâmetros

value
BitmapEffect

O efeito a remover da coleção.

Devoluções

true se value foi removido; caso contrário, false.

Implementações

Aplica-se a