VariablePhotoCapturedEventArgs.UsedFrameControllerIndex 属性

定义

获取一个索引值,该值指示 DesiredFrameControllers 矢量的哪个元素用于为可变照片序列的关联帧指定请求的控制值。

public:
 property IReference<unsigned int> ^ UsedFrameControllerIndex { IReference<unsigned int> ^ get(); };
IReference<uint32_t> UsedFrameControllerIndex();
public System.Nullable<uint> UsedFrameControllerIndex { get; }
var iReference = variablePhotoCapturedEventArgs.usedFrameControllerIndex;
Public ReadOnly Property UsedFrameControllerIndex As Nullable(Of UInteger)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

一个索引值,指示使用 DesiredFrameControllers 矢量的哪个元素为可变照片序列的关联帧指定请求的控制值。

适用于