StringToImageMonikerConverter 类

定义

用于从字符串转换为 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)
继承
StringToImageMonikerConverter

构造函数

StringToImageMonikerConverter()

初始化 StringToImageMonikerConverter 的新实例。

方法

Convert(Object, Type, Object, CultureInfo)

仅供 Microsoft 内部使用。

(继承自 ValueConverter<TSource,TTarget>)
Convert(TSource, Object, CultureInfo)

仅供 Microsoft 内部使用。

(继承自 ValueConverter<TSource,TTarget>)
ConvertBack(Object, Type, Object, CultureInfo)

仅供 Microsoft 内部使用。

(继承自 ValueConverter<TSource,TTarget>)
ConvertBack(TTarget, Object, CultureInfo)

仅供 Microsoft 内部使用。

(继承自 ValueConverter<TSource,TTarget>)

适用于