IExpressionTrySetValue Method

Tries to modify the value of the expression.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
bool TrySetValue(
	string value,
	out string error
)

Parameters

value  String
Contains a C++ expression representing the new value.
error  String
Receives detailed information about an error if modifying the value fails.

Return Value

Boolean
If the value was successfully modified, returns true. Otherwise returns false and provides optional additional information in the error parameter.

See Also