C# 클래스 Microsoft.VisualStudio.R.Package.Imaging.ImagesProvider

상속: IImagesProvider
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetFileIcon ( string file ) : System.Windows.Media.ImageSource

Given file name returns icon depending on the file extension

GetIconForImageMoniker ( ImageMoniker imageMoniker ) : System.Windows.Media.ImageSource
GetImage ( string name ) : System.Windows.Media.ImageSource

Returns image source given name of the image moniker such as name from http://glyphlist.azurewebsites.net/knownmonikers

비공개 메소드들

메소드 설명
CreateExtensionCache ( ) : string>.Dictionary
FindKnownMoniker ( string name ) : ImageMoniker?
GetImageFromResources ( string name ) : System.Windows.Media.ImageSource

메소드 상세

GetFileIcon() 공개 메소드

Given file name returns icon depending on the file extension
public GetFileIcon ( string file ) : System.Windows.Media.ImageSource
file string
리턴 System.Windows.Media.ImageSource

GetIconForImageMoniker() 공개 정적인 메소드

public static GetIconForImageMoniker ( ImageMoniker imageMoniker ) : System.Windows.Media.ImageSource
imageMoniker ImageMoniker
리턴 System.Windows.Media.ImageSource

GetImage() 공개 메소드

Returns image source given name of the image moniker such as name from http://glyphlist.azurewebsites.net/knownmonikers
public GetImage ( string name ) : System.Windows.Media.ImageSource
name string
리턴 System.Windows.Media.ImageSource