次の方法で共有


IRecordInfo.GetFieldNoCopy Method

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

Syntax

'宣言
Sub GetFieldNoCopy ( _
    pvData As IntPtr, _
    szFieldName As String, _
    <OutAttribute> ByRef pvarField As Object, _
    <OutAttribute> ByRef ppvDataCArray As IntPtr _
)
void GetFieldNoCopy(
    IntPtr pvData,
    string szFieldName,
    out Object pvarField,
    out IntPtr ppvDataCArray
)

Parameters

.NET Framework Security

See Also

Reference

IRecordInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace