IStorage.CopyTo Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub CopyTo ( _
ciidExclude As UInteger, _
rgiidExclude As Guid(), _
snbExclude As IntPtr, _
pstgDest As IStorage _
)
void CopyTo(
uint ciidExclude,
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
.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.