C# 클래스 WinQuickLook.Handlers.PreviewHandlerBase

상속: IQuickLookPreviewHandler
파일 보기 프로젝트 열기: shibayan/WinQuickLook

공개 메소드들

메소드 설명
CanOpen ( string fileName ) : bool
GetElement ( string fileName ) : FrameworkElement

보호된 메소드들

메소드 설명
GetThumbnail ( string fileName ) : System.Windows.Media.Imaging.BitmapSource

메소드 상세

CanOpen() 공개 추상적인 메소드

public abstract CanOpen ( string fileName ) : bool
fileName string
리턴 bool

GetElement() 공개 추상적인 메소드

public abstract GetElement ( string fileName ) : FrameworkElement
fileName string
리턴 System.Windows.FrameworkElement

GetThumbnail() 보호된 정적인 메소드

protected static GetThumbnail ( string fileName ) : System.Windows.Media.Imaging.BitmapSource
fileName string
리턴 System.Windows.Media.Imaging.BitmapSource