다음을 통해 공유


ICollectionModelBinder.CanCreateInstance(Type) 메서드

정의

ICollectionModelBinder 구현이 에 할당 가능한 을 Object 만들 수 있는지 여부를 나타내는 표시를 targetType가져옵니다.

public:
 bool CanCreateInstance(Type ^ targetType);
public bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
Public Function CanCreateInstance (targetType As Type) As Boolean

매개 변수

targetType
Type

Type 모델입니다.

반환

true이 구현에서 ICollectionModelBinder 에 할당 가능한 를 Object 만들 수 있으면 이고, 그렇지 않으면 입니다targetTypefalse.

설명

모델이 처음에 nulltrue 경우 성공적인 모델 바인딩을 위해 반환 값이 필요합니다.

적용 대상