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

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

返品

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

実装

適用対象