Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
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
)
void GetFieldNoCopy(
    [InAttribute] IntPtr pvData, 
    [InAttribute] String^ szFieldName, 
    [OutAttribute] Object^% pvarField, 
    [OutAttribute] IntPtr% ppvDataCArray
)
abstract GetFieldNoCopy : 
        pvData:IntPtr * 
        szFieldName:string * 
        pvarField:Object byref * 
        ppvDataCArray:IntPtr byref -> unit
function GetFieldNoCopy(
    pvData : IntPtr, 
    szFieldName : String, 
    pvarField : Object, 
    ppvDataCArray : IntPtr
)
Parameters
- pvData
 Type: IntPtr
- szFieldName
 Type: String
- pvarField
 Type: Object%
- ppvDataCArray
 Type: 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.