次の方法で共有


InputConverterAttribute(Type) コンストラクター

定義

InputConverterAttribute の新しいインスタンスを作成します

public InputConverterAttribute(Type converterType);
new Microsoft.Azure.Functions.Worker.Converters.InputConverterAttribute : Type -> Microsoft.Azure.Functions.Worker.Converters.InputConverterAttribute
Public Sub New (converterType As Type)

パラメーター

converterType
Type

入力コンバーターの種類。

例外

converterType パラメーター値が Microsoft.Azure.Functions.Worker.Converters.IInputConverter を実装していない型である場合にスローされます

適用対象