IMoniker.GetSizeMax(Int64) 方法

定义

返回保存该对象所需的流的大小(以字节为单位)。Returns the size, in bytes, of the stream needed to save the object.

public:
 void GetSizeMax([Runtime::InteropServices::Out] long % pcbSize);
public void GetSizeMax (out long pcbSize);
abstract member GetSizeMax : int64 -> unit
Public Sub GetSizeMax (ByRef pcbSize As Long)

参数

pcbSize
Int64

此方法返回时,包含 long 值,该值指示保存此对象所需的流的大小(以字节为单位)。When this method returns, contains a long value indicating the size, in bytes, of the stream needed to save this object. 此参数未经初始化即被传递。This parameter is passed uninitialized.

注解

有关详细信息,请参阅 IPersistStream:: GetSizeMax 方法For more information, see IPersistStream::GetSizeMax method.

适用于