BitmapEffectCollection.IndexOf(BitmapEffect) メソッド

定義

メモ: この API は、互換性のために残されています。 旧式でない代替手段は、Effect です。 指定した BitmapEffect の最初のインスタンスのインデックスを取得します。

public:
 virtual int IndexOf(System::Windows::Media::Effects::BitmapEffect ^ value);
public int IndexOf (System.Windows.Media.Effects.BitmapEffect value);
abstract member IndexOf : System.Windows.Media.Effects.BitmapEffect -> int
override this.IndexOf : System.Windows.Media.Effects.BitmapEffect -> int
Public Function IndexOf (value As BitmapEffect) As Integer

パラメーター

value
BitmapEffect

コレクション内で検索する効果。

戻り値

Int32

指定した効果のインデックス。

実装

適用対象