共用方式為


ExternalChildResourceCollection<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.Find Method

Definition

Finds a child resource with the given name.

protected FluentModelTImpl Find (string key);
member this.Find : string -> 'FluentModelTImpl
Protected Function Find (key As String) As FluentModelTImpl

Parameters

key
String

the key of child resource

Returns

FluentModelTImpl

the child resource if exists in the collection else null

Applies to