ILiveWatchNodeSetValueAsString Method
Changes the node value when the user edited it in the Live Watch window.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
void SetValueAsString(
string newValue
)
Parameters
- newValue String
- Specifies the new node value as entered by the user.
Note that VisualGDB will only allow editing the node value if the node has reported the
CanSetValue capability.