C# Class Rubberduck.Common.DeclarationIconCache

Exibir arquivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
ComponentIcon ( vbext_ComponentType componentType ) : BitmapImage
this ( Rubberduck.Parsing.Symbols.Declaration declaration ) : BitmapImage

Private Methods

Method Description
DeclarationIconCache ( ) : System
GetIconUri ( DeclarationType declarationType, Accessibility accessibility ) : Uri

Method Details

ComponentIcon() public static method

public static ComponentIcon ( vbext_ComponentType componentType ) : BitmapImage
componentType vbext_ComponentType
return System.Windows.Media.Imaging.BitmapImage

this() public method

public this ( Rubberduck.Parsing.Symbols.Declaration declaration ) : BitmapImage
declaration Rubberduck.Parsing.Symbols.Declaration
return System.Windows.Media.Imaging.BitmapImage