Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim instance As IStorage
Dim ciidExclude As UInteger
Dim rgiidExclude As Guid()
Dim snbExclude As IntPtr
Dim pstgDest As IStorage
instance.CopyTo(ciidExclude, rgiidExclude, _
snbExclude, pstgDest)
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.