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。