KeyGestureConverter.ConvertFrom メソッド

定義

指定したコンテキストを使用して、指定したオブジェクトから KeyGesture への変換を試みます。

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ source);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object source);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, source As Object) As Object

パラメーター

context
ITypeDescriptorContext

このコンバーターの呼び出し元の環境に関する情報を提供する書式指定コンテキスト。

culture
CultureInfo

カルチャ固有の情報。

source
Object

変換対象のオブジェクト。

戻り値

変換後のオブジェクト。

例外

source を変換できません。

注釈

KeyGestureConverter 、修飾子キーと String キーの間の区切り記号として "+" キーを使用して、 との間で 変換を行います。 たとえば、文字列Control+Aは、 と等しいプロパティと Key と等しい Control プロパティをModifiers持つ にA変換されますKeyGesture

適用対象