IdentityDescriptorConverter.CanConvertTo 方法 (ITypeDescriptorContext, Type)
這個成員會覆寫 TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)。
命名空間: Microsoft.VisualStudio.Services.Identity
組件: Microsoft.VisualStudio.Services.WebApi (在 Microsoft.VisualStudio.Services.WebApi.dll 中)
語法
'宣告
Public Overrides Function CanConvertTo ( _
context As ITypeDescriptorContext, _
destinationType As Type _
) As Boolean
public override bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
參數
- context
類型:System.ComponentModel.ITypeDescriptorContext
- destinationType
類型:System.Type
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。