NativeMethods.IStorage.CopyTo, méthode
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Sub CopyTo ( _
ciidExclude As Integer, _
pIIDExclude As Guid(), _
snbExclude As IntPtr, _
stgDest As NativeMethods.IStorage _
)
void CopyTo(
int ciidExclude,
Guid[] pIIDExclude,
IntPtr snbExclude,
NativeMethods.IStorage stgDest
)
Paramètres
- ciidExclude
Type : System.Int32
- pIIDExclude
Type : array<System.Guid[]
- snbExclude
Type : System.IntPtr
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.