RelatedEnd.ValidateEntityForAttach<TEntity> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷某個物件是否可以附加至本機集合或參考。
protected public:
generic <typename TEntity>
void ValidateEntityForAttach(TEntity entity, int index, bool allowCollection);
protected internal void ValidateEntityForAttach<TEntity> (TEntity entity, int index, bool allowCollection);
member this.ValidateEntityForAttach : 'Entity * int * bool -> unit
Protected Friend Sub ValidateEntityForAttach(Of TEntity) (entity As TEntity, index As Integer, allowCollection As Boolean)
類型參數
- TEntity
要驗證之物件的型別。
參數
- entity
- TEntity
正在驗證的物件。
- index
- Int32
正在驗證的物件位於集合中的位置。
- allowCollection
- Boolean
指出此物件是否為集合的成員。
例外狀況
備註
在附加作業期間,物件服務會呼叫 ValidateEntityForAttach<TEntity>
方法。