'宣言 Public Function FindByObjectName( _ ByVal renderObjectName As System.String _ ) As RenderFragment
'使用法 Dim instance As RenderFragmentCollection Dim renderObjectName As System.String Dim value As RenderFragment value = instance.FindByObjectName(renderObjectName)
public RenderFragment FindByObjectName( System.string renderObjectName )
パラメータ
- renderObjectName
- The name to search for.
戻り値の型
The fragment that was produced by the object with the specified name, or null if it was not found.