Metoda IThumbnailExtractor.ExtractThumbnail —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.VisualStudio.OLE.Interop
Zestaw: Microsoft.VisualStudio.OLE.Interop (w Microsoft.VisualStudio.OLE.Interop.dll)
Składnia
'Deklaracja
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
)
Parametry
- ulLength
Typ: System.UInt32
- ulHeight
Typ: System.UInt32
- pulOutputLength
Typ: System.UInt32%
- pulOutputHeight
Typ: System.UInt32%
- phOutputBitmap
Typ: System.IntPtr%
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..