IExpressionTrySetValue Method
Tries to modify the value of the expression.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
bool TrySetValue(
string value,
out string error
)
- value String
- Contains a C++ expression representing the new value.
- error String
- Receives detailed information about an error if modifying the value fails.
BooleanIf the value was successfully modified, returns true. Otherwise returns false and provides optional additional information in the error parameter.