Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.