ILiveWatchNodeSetValueAsString Method

Changes the node value when the user edited it in the Live Watch window.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
void SetValueAsString(
	string newValue
)

Parameters

newValue  String
Specifies the new node value as entered by the user.

Remarks

Note that VisualGDB will only allow editing the node value if the node has reported the CanSetValue capability.

See Also