StringToImageMonikerConverter Class

Definition

Converter used to convert from a string to an ImageMoniker.

public ref class StringToImageMonikerConverter sealed : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::String ^, Microsoft::VisualStudio::Imaging::Interop::ImageMoniker>
public ref class StringToImageMonikerConverter sealed : Microsoft::VisualStudio::PlatformUI::ValueConverter<Platform::String ^, Microsoft::VisualStudio::Imaging::Interop::ImageMoniker>
class StringToImageMonikerConverter sealed : Microsoft::VisualStudio::PlatformUI::ValueConverter<std::wstring, Microsoft::VisualStudio::Imaging::Interop::ImageMoniker>
public sealed class StringToImageMonikerConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<string,Microsoft.VisualStudio.Imaging.Interop.ImageMoniker>
type StringToImageMonikerConverter = class
    inherit ValueConverter<string, ImageMoniker>
Public NotInheritable Class StringToImageMonikerConverter
Inherits ValueConverter(Of String, ImageMoniker)
Inheritance
StringToImageMonikerConverter

Constructors

StringToImageMonikerConverter()

Initializes a new instance of StringToImageMonikerConverter.

Methods

Convert(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
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>)

Applies to