GraphNodeIdConverter.CanConvertTo 方法 (ITypeDescriptorContext, Type)

此成员重写 TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Overrides Function CanConvertTo ( _
    context As ITypeDescriptorContext, _
    destinationType As Type _
) As Boolean
public override bool CanConvertTo(
    ITypeDescriptorContext context,
    Type destinationType
)
public:
virtual bool CanConvertTo(
    ITypeDescriptorContext^ context, 
    Type^ destinationType
) override
abstract CanConvertTo : 
        context:ITypeDescriptorContext * 
        destinationType:Type -> bool 
override CanConvertTo : 
        context:ITypeDescriptorContext * 
        destinationType:Type -> bool 
public override function CanConvertTo(
    context : ITypeDescriptorContext, 
    destinationType : Type
) : boolean

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

GraphNodeIdConverter 类

CanConvertTo 重载

Microsoft.VisualStudio.GraphModel 命名空间