MediaDeviceControl.TryGetAuto(Boolean) Method
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.
Indicates whether automatic adjustment of the camera setting is enabled.
public:
virtual bool TryGetAuto([Out] bool & value) = TryGetAuto;
bool TryGetAuto([Out] bool & value);
public bool TryGetAuto(out bool value);
Public Function TryGetAuto (ByRef value As Boolean) As Boolean
Parameters
- value
-
Boolean
bool
True if automatic adjustment is enabled; false otherwise.
Returns
Boolean
bool
Returns true if the method succeeds, or false otherwise.