MediaDeviceControl.TryGetValue(Double) 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.
Gets the value of the camera setting.
public:
virtual bool TryGetValue([Out] double & value) = TryGetValue;
bool TryGetValue([Out] double & value);
public bool TryGetValue(out double value);
Public Function TryGetValue (ByRef value As Double) As Boolean
Parameters
- value
-
Double
double
The current value of the setting. The units depend on the setting.
Returns
Boolean
bool
Returns true if the method succeeds, or false otherwise.