Compartilhar via


Método UCOMIMoniker.GetSizeMax (Int64)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Retorna o tamanho em bytes do fluxo necessário para salvar o objeto.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void GetSizeMax(
    out long pcbSize
)
void GetSizeMax(
    [OutAttribute] long long% pcbSize
)
abstract GetSizeMax : 
        pcbSize:int64 byref -> unit
Sub GetSizeMax (
    <OutAttribute> ByRef pcbSize As Long
)

Parâmetros

  • pcbSize
    Type: System.Int64

    No retorno bem-sucedido, contém um valor long que indica o tamanho em bytes do fluxo necessário para salvar esse objeto.

Comentários

Para obter mais informações sobre IPersistStream::GetSizeMax, consulte a Biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIMoniker
Namespace System.Runtime.InteropServices

Retornar ao início