IRecordInfo.RecordClear Method

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

Syntax

‘선언
Sub RecordClear ( _
    pvExisting As IntPtr _
)
‘사용 방법
Dim instance As IRecordInfo
Dim pvExisting As IntPtr

instance.RecordClear(pvExisting)
void RecordClear(
    IntPtr pvExisting
)
void RecordClear(
    [InAttribute] IntPtr pvExisting
)
abstract RecordClear : 
        pvExisting:IntPtr -> unit 
function RecordClear(
    pvExisting : IntPtr
)

Parameters

.NET Framework Security

See Also

Reference

IRecordInfo Interface

IRecordInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace