다음을 통해 공유


IPersistMemory.GetSizeMax Method

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

Syntax

‘선언
Sub GetSizeMax ( _
    <OutAttribute> ByRef pcbSize As UInteger _
)
‘사용 방법
Dim instance As IPersistMemory
Dim pcbSize As UInteger

instance.GetSizeMax(pcbSize)
void GetSizeMax(
    out uint pcbSize
)
void GetSizeMax(
    [OutAttribute] unsigned int% pcbSize
)
abstract GetSizeMax : 
        pcbSize:uint32 byref -> unit 
function GetSizeMax(
    pcbSize : uint
)

Parameters

.NET Framework Security

See Also

Reference

IPersistMemory Interface

IPersistMemory Members

Microsoft.VisualStudio.OLE.Interop Namespace