IRecordInfo.RecordInit Method

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

Syntax

‘선언
Sub RecordInit ( _
    <OutAttribute> ByRef pvNew As IntPtr _
)
‘사용 방법
Dim instance As IRecordInfo
Dim pvNew As IntPtr

instance.RecordInit(pvNew)
void RecordInit(
    out IntPtr pvNew
)
void RecordInit(
    [OutAttribute] IntPtr% pvNew
)
abstract RecordInit : 
        pvNew:IntPtr byref -> unit 
function RecordInit(
    pvNew : IntPtr
)

Parameters

.NET Framework Security

See Also

Reference

IRecordInfo Interface

IRecordInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace