Share via


BindingSourceMetadataProvider(Type, BindingSource) コンストラクター

定義

指定typeした の新しい BindingSourceMetadataProvider を作成します。

public:
 BindingSourceMetadataProvider(Type ^ type, Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ bindingSource);
public BindingSourceMetadataProvider (Type type, Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource bindingSource);
public BindingSourceMetadataProvider (Type type, Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? bindingSource);
new Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingSourceMetadataProvider : Type * Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingSourceMetadataProvider
Public Sub New (type As Type, bindingSource As BindingSource)

パラメーター

type
Type

Type。 指定された のプロバイダー セット BindingSource 、または指定 Type された に Type割り当て可能なもの。

bindingSource
BindingSource

指定typeした BindingSource に割り当てる 。

適用対象