共用方式為


RectangleDConverter.CanConvertFrom 方法 (ITypeDescriptorContext, Type)

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

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public Overrides Function CanConvertFrom ( _
    context As ITypeDescriptorContext, _
    sourceType As Type _
) As Boolean
public override bool CanConvertFrom(
    ITypeDescriptorContext context,
    Type sourceType
)

參數

  • sourceType
    型別:System.Type
    您想要轉換的型別表示的型別。

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

RectangleDConverter 類別

CanConvertFrom 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間