ListBoxLengthConverterCanConvertTo メソッド
|
型コンバータがオブジェクトを指定した型に変換できるかどうかを返します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public override bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
Public Overrides Function CanConvertTo (
context As ITypeDescriptorContext,
destinationType As Type
) As Boolean
パラメーター
- context
- 型: System.ComponentModelITypeDescriptorContext
書式コンテキストを提供するオブジェクト。 - destinationType
- 型: SystemType
変換先の型。
戻り値
型:
Boolean
このコンバータが変換を実行できる場合は true。それ以外の場合は false。
関連項目