UCOMIStream.Commit(Int32) 方法

定义

确保对以事务模式打开的流对象所做的任何更改都能反映在父级存储中。Ensures that any changes made to a stream object open in transacted mode are reflected in the parent storage.

public:
 void Commit(int grfCommitFlags);
public void Commit (int grfCommitFlags);
abstract member Commit : int -> unit
Public Sub Commit (grfCommitFlags As Integer)

参数

grfCommitFlags
Int32

控制提交对流对象的更改的方式。Controls how the changes for the stream object are committed.

注解

有关详细信息,请参阅 IStream::Commit MSDN library 中的现有文档。For more information, please see the existing documentation for IStream::Commit in the MSDN library.

适用于