IRecordInfo.GetFieldNoCopy Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
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
- pvData
Type: System.IntPtr
- szFieldName
Type: System.String
- pvarField
Type: System.Object%
- ppvDataCArray
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.