VariablePhotoSequenceController.DesiredFrameControllers プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
可変の写真シーケンス内の各フレームの設定を決定する FrameController オブジェクトの一覧を取得します。
public:
property IVector<FrameController ^> ^ DesiredFrameControllers { IVector<FrameController ^> ^ get(); };
IVector<FrameController> DesiredFrameControllers();
public IList<FrameController> DesiredFrameControllers { get; }
var iVector = variablePhotoSequenceController.desiredFrameControllers;
Public ReadOnly Property DesiredFrameControllers As IList(Of FrameController)
プロパティ値
可変の写真シーケンス内の各フレームの設定を決定する FrameController オブジェクトの一覧。
注釈
一度に使用できるフレーム コントローラーの最大数は 18 です。