IThumbnailExtractor.ExtractThumbnail, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub ExtractThumbnail ( _
pstg As IStorage, _
ulLength As UInteger, _
ulHeight As UInteger, _
<OutAttribute> ByRef pulOutputLength As UInteger, _
<OutAttribute> ByRef pulOutputHeight As UInteger, _
<OutAttribute> ByRef phOutputBitmap As IntPtr _
)
void ExtractThumbnail(
IStorage pstg,
uint ulLength,
uint ulHeight,
out uint pulOutputLength,
out uint pulOutputHeight,
out IntPtr phOutputBitmap
)
Paramètres
- pstg
Type : Microsoft.VisualStudio.OLE.Interop.IStorage
- ulLength
Type : System.UInt32
- ulHeight
Type : System.UInt32
- pulOutputLength
Type : System.UInt32%
- pulOutputHeight
Type : System.UInt32%
- phOutputBitmap
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.