Share via


ModelEventCollection.Find Method

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Searches the collection for the given key and returns it if it is found.

Overload List

  Name Description
Public method Find(TFindType) Searches the collection for the given key and returns it if it is found. If the key is not found, this method returns nulla null reference (Nothing in Visual Basic). (Inherited from ModelMemberCollection<TItemType, TFindType>.)
Public method Find(String) Searches the collection for the given key and returns it if it is found. If the key is not found, this method returns nulla null reference (Nothing in Visual Basic). (Inherited from ModelMemberCollection<TItemType, TFindType>.)
Protected method Find(TFindType, Boolean) Searches the collection for the given key and returns it if it is found. If the key is not found, this method throws an exception or returns nulla null reference (Nothing in Visual Basic), depending on the value passed to throwOnError. (Inherited from ModelMemberCollection<TItemType, TFindType>.)
Protected method Find(String, Boolean) Searches the collection for the given key and returns it if it is found. If the key is not found, this method throws an exception or returns nulla null reference (Nothing in Visual Basic), depending on the value passed to throwOnError. (Inherited from ModelMemberCollection<TItemType, TFindType>.)

Top

See Also

Reference

ModelEventCollection Class

ModelEventCollection Members

System.Activities.Design.Model Namespace