'宣言 Protected MustOverride Function GetControlType() As System.Type
'使用法 Dim instance As RenderInputBase Dim value As System.Type value = instance.GetControlType()
protected abstract System.Type GetControlType()
戻り値の型
コントロールタイプ。
'宣言 Protected MustOverride Function GetControlType() As System.Type
'使用法 Dim instance As RenderInputBase Dim value As System.Type value = instance.GetControlType()
protected abstract System.Type GetControlType()