VisualTypeConverter クラス

定義

文字列形式と IVisual インスタンスを変換します。

public ref class VisualTypeConverter : System::ComponentModel::TypeConverter
public class VisualTypeConverter : System.ComponentModel.TypeConverter
type VisualTypeConverter = class
    inherit TypeConverter
Public Class VisualTypeConverter
Inherits TypeConverter
継承
VisualTypeConverter

コンストラクター

名前 説明
VisualTypeConverter()

文字列形式と IVisual インスタンスを変換します。

メソッド

名前 説明
CanConvertFrom(ITypeDescriptorContext, Type)

文字列形式と IVisual インスタンスを変換します。

CanConvertTo(ITypeDescriptorContext, Type)

文字列形式と IVisual インスタンスを変換します。

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

文字列形式と IVisual インスタンスを変換します。

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

文字列形式と IVisual インスタンスを変換します。

GetStandardValues(ITypeDescriptorContext)

文字列形式と IVisual インスタンスを変換します。

GetStandardValuesExclusive(ITypeDescriptorContext)

文字列形式と IVisual インスタンスを変換します。

GetStandardValuesSupported(ITypeDescriptorContext)

文字列形式と IVisual インスタンスを変換します。

適用対象