StringToImageMonikerConverter 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 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
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>) |