次の方法で共有


BrushConverter.CanConvertFrom(ITypeDescriptorContext, Type) メソッド

定義

このクラスが、指定した型のオブジェクトを Brush オブジェクトに変換できるかどうかを判断します。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

パラメーター

context
ITypeDescriptorContext

変換コンテキスト。

sourceType
Type

変換元の型。

戻り値

Boolean

変換できる場合 (オブジェクトが文字列型) は true を返します。それ以外の場合は false を返します。

適用対象