CollectionModelBinder<TElement>.CanCreateInstance(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個實作是否可以 ICollectionModelBinder 建立 Object 可指派給 targetType
的指示。
public:
virtual bool CanCreateInstance(Type ^ targetType);
public virtual bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
override this.CanCreateInstance : Type -> bool
Public Overridable Function CanCreateInstance (targetType As Type) As Boolean
參數
傳回
true
如果這個 ICollectionModelBinder 實作可以建立可指派給 targetType
的 ,則為 Object , false
否則為 。