NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IActionUnit.DoAction

Performs the action encapsulated in this IActionUnit.

[Visual Basic]
Function DoAction() As Boolean
[C#]
bool DoAction();
[C++]
bool DoAction() = 0;
[JScript]
function DoAction() : Boolean;

Return Value

true if the action was successfully carried out; otherwise false.

Remarks

The implementation should automatcially toggle between being an Undo or Redo action each time DoAction is called.

See Also

IActionUnit Interface | IActionUnit Members | System.ComponentModel.Design Namespace