共用方式為


IActivationWorkingSetMember.IsCandidateForRemoval(Boolean) 方法

定義

true如果成員符合移除資格,則傳回 , false 否則傳回 。

public bool IsCandidateForRemoval (bool wouldRemove);
abstract member IsCandidateForRemoval : bool -> bool
Public Function IsCandidateForRemoval (wouldRemove As Boolean) As Boolean

參數

wouldRemove
Boolean

傳回

true 如果成員符合移除資格,則為 , false 否則為 。

備註

如果這個方法傳 true 回 且 wouldRemovetrue ,則必須從工作集中移除成員,而且有資格透過 呼叫 再次新增成員 OnActivated(IActivationWorkingSetMember)

適用於