UserContextTypeConverter.CanConvertTo 方法 (ITypeDescriptorContext, Type)

Visual Studio SDK 不使用此方法。 指示此转换器使用指定的格式上下文,是否可以转换帮助上下文转换为指定的类型。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Overrides Function CanConvertTo ( _
    context As ITypeDescriptorContext, _
    destinationType As Type _
) As Boolean
public override bool CanConvertTo(
    ITypeDescriptorContext context,
    Type destinationType
)

参数

  • destinationType
    类型:System.Type
    要转换到的类型。

返回值

类型:System.Boolean
如果此转换器能够执行转换,则为 true;否则为 false。

备注

此转换器可以在字符串之间来回转换只帮助上下文。

.NET Framework 安全性

请参见

参考

UserContextTypeConverter 类

CanConvertTo 重载

Microsoft.VisualStudio.Modeling.Design 命名空间