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
)
function Save(
pMem : byte[],
fClearDirty : int,
cbSize : uint
)
Parameters
- pMem
Type: []
- fClearDirty
Type: System.Int32
- cbSize
Type: System.UInt32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.