ActivityCollection.Contains(Activity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a test for membership of the Activity in the ICollection.
public:
bool Contains(System::Workflow::ComponentModel::Activity ^ item);
public bool Contains (System.Workflow.ComponentModel.Activity item);
override this.Contains : System.Workflow.ComponentModel.Activity -> bool
Public Function Contains (item As Activity) As Boolean
Parameters
Returns
true
if the Activity belongs to the ICollection; otherwise, false
.
Implements
Remarks
This ICollection is type-safe. A run-time exception is raised if the item is not of type Activity.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.