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
)
function RecordClear(
    pvExisting : IntPtr
)

Parameters

Permissions

See Also

Reference

IRecordInfo Interface

IRecordInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace