FileNameToImageMonikerConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converter that gets an ImageMoniker for a given file type
public ref class FileNameToImageMonikerConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::String ^, Microsoft::VisualStudio::Imaging::Interop::ImageMoniker>
[Windows::Foundation::Metadata::WebHostHidden]
class FileNameToImageMonikerConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<std::wstring, Microsoft::VisualStudio::Imaging::Interop::ImageMoniker>
public class FileNameToImageMonikerConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<string,Microsoft.VisualStudio.Imaging.Interop.ImageMoniker>
type FileNameToImageMonikerConverter = class
inherit ValueConverter<string, ImageMoniker>
Public Class FileNameToImageMonikerConverter
Inherits ValueConverter(Of String, ImageMoniker)
- Inheritance
Constructors
FileNameToImageMonikerConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(String, Object, CultureInfo) | |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |