バージョン

CanRenderType メソッド (FormattedLinkEditor)

指定したタイプを描画できるかどうかを示します。
シンタックス
'宣言
 
Public Overrides Function CanRenderType( _
   ByVal type As Type _
) As Boolean
public override bool CanRenderType( 
   Type type
)

パラメータ

type
テストする System.Type

戻り値の型

指定した型を描画できる場合はTrueを返します。
参照