Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim instance As IRecordInfo
Dim pvSource As IntPtr
Dim ppvDest As IntPtr
instance.RecordCreateCopy(pvSource, ppvDest)
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: System.IntPtr
- ppvDest
Type: System.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.