共用方式為


RectangleDConverter.CanConvertTo 方法 (ITypeDescriptorContext, Type)

傳回值,指出這個轉換子是否可以使用指定的內容,將物件轉換成指定的型別。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.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

.NET Framework 安全性

請參閱

參考

RectangleDConverter 類別

CanConvertTo 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間