C# 클래스 PackmanVsix.WpfUtil

파일 보기 프로젝트 열기: madskristensen/Packman 1 사용 예제들

공개 메소드들

메소드 설명
GetIconForFile ( DependencyObject owner, string file, bool &themeIcon ) : System.Windows.Media.ImageSource
GetIconForImageMoniker ( ImageMoniker imageMoniker, int sizeX, int sizeY ) : System.Windows.Media.Imaging.BitmapSource
ThemeImage ( DependencyObject owner, System.Windows.Media.Imaging.BitmapSource source ) : System.Windows.Media.ImageSource

비공개 메소드들

메소드 설명
DeleteObject ( IntPtr hObject ) : bool
GetImage ( DependencyObject owner, string file, __VSUIDATAFORMAT format, bool &themeIcon ) : System.Windows.Media.ImageSource
GetObjectData ( IVsUIObject obj ) : object

메소드 상세

GetIconForFile() 공개 정적인 메소드

public static GetIconForFile ( DependencyObject owner, string file, bool &themeIcon ) : System.Windows.Media.ImageSource
owner System.Windows.DependencyObject
file string
themeIcon bool
리턴 System.Windows.Media.ImageSource

GetIconForImageMoniker() 공개 정적인 메소드

public static GetIconForImageMoniker ( ImageMoniker imageMoniker, int sizeX, int sizeY ) : System.Windows.Media.Imaging.BitmapSource
imageMoniker ImageMoniker
sizeX int
sizeY int
리턴 System.Windows.Media.Imaging.BitmapSource

ThemeImage() 공개 정적인 메소드

public static ThemeImage ( DependencyObject owner, System.Windows.Media.Imaging.BitmapSource source ) : System.Windows.Media.ImageSource
owner System.Windows.DependencyObject
source System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.ImageSource