次の方法で共有


VariablePhotoSequenceController.DesiredFrameControllers プロパティ

定義

可変の写真シーケンス内の各フレームの設定を決定する 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 です。

適用対象