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