InfiniteTimeSpanConverter.ConvertTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ ctx, System::Globalization::CultureInfo ^ ci, System::Object ^ value, Type ^ type);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, Type type);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (ctx As ITypeDescriptorContext, ci As CultureInfo, value As Object, type As Type) As Object
參數
ITypeDescriptorContext 物件用於型別轉換。
- ci
- CultureInfo
在物件轉換期間使用的 CultureInfo。
- value
- Object
要進行轉換的值。
- type
- Type
轉換類型。
傳回
如果參數為 TimeSpan.MaxValue,value
則String為 “infinite”,否則為以String分鐘為單位表示參數的 value
。
備註
當將屬性寫入組態檔以將物件轉換成 TimeSpan 物件String時,ConvertTo系統會使用 方法。
當寫入組態檔以將值或 MaxValueString轉換成 TimeSpan 時,ConvertTo系統會使用 方法。