BitmapEffectCollection.Remove(BitmapEffect) メソッド

定義

メモ: この API は、互換性のために残されています。 旧式でない代替手段は、Effect です。 このコレクションで最初に見つかった、指定した BitmapEffect を削除します。

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

パラメーター

value
BitmapEffect

コレクションから削除する効果。

戻り値

value が削除された場合は true。それ以外の場合は false

実装

適用対象