FrameFilters.Item Property

特定の位置にあるFrameFilterクラスライブラリリファレンス>クラス>FrameFilter を返す、または設定します。

構文

[VB.NET]
Public Item(Index As Integer) As FrameFilter
[C#]
public FrameFilter this[int Index];
パラメータ 説明
Index FrameFilterクラスライブラリリファレンス>クラス>FrameFilterのインデックスを 指定して返す、もしくは設定します。そのインデックスは必ずレンジ[1, FrameFilters.Countクラスライブラリリファレンス>クラス>FrameFilter>FrameFilters.Count Property ]になければなりません。そうでない場合にはエラーになります。

制限

ライブモード中は読み取り専用