UCOMIStream.SetSize(Int64) 方法

定义

更改流对象的大小。Changes the size of the stream object.

public:
 void SetSize(long libNewSize);
public void SetSize (long libNewSize);
abstract member SetSize : int64 -> unit
Public Sub SetSize (libNewSize As Long)

参数

libNewSize
Int64

将流的新大小指定为字节数。Specifies the new size of the stream as a number of bytes.

注解

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

适用于