NamedMetadataObjectCollection<T,P>.Find(String) 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.
Finds an object in the collection by Name.
public T Find (string name);
member this.Find : string -> 'T
Public Function Find (name As String) As T
Parameters
- name
- String
Name of the object to look up.
Returns
T
Reference to object with given name if it's found in collection, null otherwise.