IRecordInfo.RecordCreateCopy Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub RecordCreateCopy ( _
pvSource As IntPtr, _
<OutAttribute> ByRef ppvDest As IntPtr _
)
void RecordCreateCopy(
IntPtr pvSource,
out IntPtr ppvDest
)
void RecordCreateCopy(
[InAttribute] IntPtr pvSource,
[OutAttribute] IntPtr% ppvDest
)
abstract RecordCreateCopy :
pvSource:IntPtr *
ppvDest:IntPtr byref -> unit
function RecordCreateCopy(
pvSource : IntPtr,
ppvDest : IntPtr
)
Parameters
- pvSource
Type: IntPtr
- ppvDest
Type: IntPtr%
.NET Framework Security
- 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.