IStorage::CopyTo Method (UInt32, array<Guid>^, IntPtr, IStorage^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void CopyTo( unsigned int ciidExclude, array<Guid>^ rgiidExclude, IntPtr snbExclude, IStorage^ pstgDest )
Parameters
- ciidExclude
- Type: System::UInt32
- rgiidExclude
- Type: array<System::Guid>^
- snbExclude
- Type: System::IntPtr
- pstgDest
- Type: Microsoft.VisualStudio.OLE.Interop::IStorage^
Show: