UserContextTypeConverter.ConvertTo 方法 (ITypeDescriptorContext, CultureInfo, Object, Type)
這個方法不會使用 Visual Studio 的 SDK。藉由指定之格式內容,將說明的內容轉換為指定型別。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Overrides Function ConvertTo ( _
context As ITypeDescriptorContext, _
culture As CultureInfo, _
value As Object, _
destinationType As Type _
) As Object
public override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
格式內容。
- culture
型別:System.Globalization.CultureInfo
目前的文化特性的 null 或文化特性資訊。
- value
型別:System.Object
要進行轉換的物件。
- destinationType
型別:System.Type
要將值轉換成的型別。
傳回值
型別:System.Object
轉換的值。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | destinationType 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。