Share via


ModelMemberCollection<TItemType, TFindType>.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).
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).
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.
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.

Top

See Also

Reference

ModelMemberCollection<TItemType, TFindType> Class

ModelMemberCollection<TItemType, TFindType> Members

System.Activities.Design.Model Namespace