Partilhar via


IPersistMemory.GetSizeMax Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetSizeMax ( _
    <OutAttribute> ByRef pcbSize As UInteger _
)
void GetSizeMax(
    out uint pcbSize
)
void GetSizeMax(
    [OutAttribute] unsigned int% pcbSize
)
abstract GetSizeMax : 
        pcbSize:uint32 byref -> unit
function GetSizeMax(
    pcbSize : uint
)

Parameters

  • pcbSize
    Type: UInt32%

.NET Framework Security

See Also

Reference

IPersistMemory Interface

Microsoft.VisualStudio.OLE.Interop Namespace