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 | |
---|---|---|
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>.) | |
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>.) | |
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>.) | |
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