VariablePhotoCapturedEventArgs.UsedFrameControllerIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an index value that indicates which element of the DesiredFrameControllers vector was used to specify the requested control values for the associated frame of a variable photo sequence.
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)
Property Value
An index value that indicates which element of the DesiredFrameControllers vector was used to specify the requested control values for the associated frame of a variable photo sequence.