次の方法で共有


ExternalChildResourceCollection<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.Find メソッド

定義

指定した名前の子リソースを検索します。

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

パラメーター

key
String

子リソースのキー

戻り値

FluentModelTImpl

コレクションに存在する場合は子リソース else null

適用対象