Revision.Accept Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepts the specified tracked change. The revision marks are removed, and the change is incorporated into the document.
public:
void Accept();
public void Accept ();
abstract member Accept : unit -> unit
Public Sub Accept ()