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 CopyProxy ( _
    pProxy As Object, _
    <OutAttribute> ByRef ppCopy As Object _
)
void CopyProxy(
    Object pProxy,
    out Object ppCopy
)
void CopyProxy(
    [InAttribute] Object^ pProxy, 
    [OutAttribute] Object^% ppCopy
)
abstract CopyProxy : 
        pProxy:Object * 
        ppCopy:Object byref -> unit 
function CopyProxy(
    pProxy : Object, 
    ppCopy : Object
)
Parameters
- pProxy
 Type: System.Object
- ppCopy
 Type: System.Object%
.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.