다음을 통해 공유


IPersistMemory.Save Method

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

Syntax

‘선언
Sub Save ( _
    <OutAttribute> pMem As Byte(), _
    fClearDirty As Integer, _
    cbSize As UInteger _
)
‘사용 방법
Dim instance As IPersistMemory
Dim pMem As Byte()
Dim fClearDirty As Integer
Dim cbSize As UInteger

instance.Save(pMem, fClearDirty, cbSize)
void Save(
    byte[] pMem,
    int fClearDirty,
    uint cbSize
)
void Save(
    [OutAttribute] array<unsigned char>^ pMem, 
    [InAttribute] int fClearDirty, 
    [InAttribute] unsigned int cbSize
)
abstract Save : 
        pMem:byte[] byref * 
        fClearDirty:int * 
        cbSize:uint32 -> unit 
function Save(
    pMem : byte[], 
    fClearDirty : int, 
    cbSize : uint
)

Parameters

.NET Framework Security

See Also

Reference

IPersistMemory Interface

IPersistMemory Members

Microsoft.VisualStudio.OLE.Interop Namespace