IThumbnailExtractor Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("969DC708-5C76-11D1-8D86-0000F804B057")> _
Public Interface IThumbnailExtractor
[InterfaceTypeAttribute()]
[GuidAttribute("969DC708-5C76-11D1-8D86-0000F804B057")]
public interface IThumbnailExtractor
[InterfaceTypeAttribute()]
[GuidAttribute(L"969DC708-5C76-11D1-8D86-0000F804B057")]
public interface class IThumbnailExtractor
[<InterfaceTypeAttribute()>]
[<GuidAttribute("969DC708-5C76-11D1-8D86-0000F804B057")>]
type IThumbnailExtractor =  interface end
public interface IThumbnailExtractor

The IThumbnailExtractor type exposes the following members.

Methods

  Name Description
Public method ExtractThumbnail
Public method OnFileUpdated

Top

Remarks

Extracts thumbnail graphic from a file. Also provides an event for file changes.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace