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 CopyTo ( _
    ciidExclude As UInteger, _
    rgiidExclude As Guid(), _
    snbExclude As IntPtr, _
    pstgDest As IStorage _
)
void CopyTo(
    uint ciidExclude,
    Guid[] rgiidExclude,
    IntPtr snbExclude,
    IStorage pstgDest
)
void CopyTo(
    [InAttribute] unsigned int ciidExclude, 
    [InAttribute] array<Guid>^ rgiidExclude, 
    [InAttribute] IntPtr snbExclude, 
    [InAttribute] IStorage^ pstgDest
)
abstract CopyTo : 
        ciidExclude:uint32 * 
        rgiidExclude:Guid[] * 
        snbExclude:IntPtr * 
        pstgDest:IStorage -> unit
function CopyTo(
    ciidExclude : uint, 
    rgiidExclude : Guid[], 
    snbExclude : IntPtr, 
    pstgDest : IStorage
)
Parameters
- ciidExclude
 Type: UInt32
- rgiidExclude
 Type: array<Guid[]
- snbExclude
 Type: IntPtr
- pstgDest
 Type: Microsoft.VisualStudio.OLE.Interop.IStorage
.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.