KeyGestureConverter.ConvertTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的內容,嘗試將 KeyGesture 轉換為指定的型別。
public:
override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object
參數
- context
- ITypeDescriptorContext
格式內容,提供正在叫用此轉換器之環境的相關資訊。
- culture
- CultureInfo
特定文化特性 (Culture) 資訊。
- value
- Object
要轉換的物件。
- destinationType
- Type
要將物件轉換成的類型。
傳回
轉換的物件,如果 value
為 null
則為空字串。
例外狀況
destinationType
為 null
。
無法轉換 value
。
備註
destinationType
必須是 String。
會 KeyGestureConverter 使用 「+」 鍵做為修飾詞索引鍵與索引鍵之間的分隔符,來回轉換 String 。 例如,屬性等於 和 Key 屬性等於 A 的 ,會轉換成字串 Control+A
ControlModifiersKeyGesture