IWorkspaceSettingsPersistance.Commit 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.
notify that writing was successful for this scope. Needed if autoCommit was false, otherwise closing the scope will cause entire write transaction to be canceled. Used by features that needs to write multiple related properties when a partial persistence may cause inconsistent results.
public:
void Commit();
public:
void Commit();
void Commit();
public void Commit ();
abstract member Commit : unit -> unit
Public Sub Commit ()