SkinIDTypeConverter.ConvertFrom 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的內容和文化特性 (Culture) 資訊,將指定的字串轉換為 SkinID 物件。
public:
override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
參數
- context
- ITypeDescriptorContext
, ITypeDescriptorContext 提供表示所設計控件的格式內容。
- culture
- CultureInfo
CultureInfo。 如果傳遞 null
,則會採用目前的文化特性。
- value
- Object
要轉換的字串。
傳回
如果轉換動作可以進行,則為可以轉型為 SkinID 物件的物件,否則為 null
。