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 _
)
'使用
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
)
function CopyTo(
    ciidExclude : uint, 
    rgiidExclude : Guid[], 
    snbExclude : IntPtr, 
    pstgDest : IStorage
)

Parameters

  • rgiidExclude
    Type: []

Permissions

See Also

Reference

IStorage Interface

IStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace