IClientSecurity.CopyProxy Method

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: Object
  • ppCopy
    Type: Object%

.NET Framework Security

See Also

Reference

IClientSecurity Interface

Microsoft.VisualStudio.OLE.Interop Namespace