'宣言 Public Function FindByName( _ ByVal name As System.String _ ) As RenderObject
'使用法 Dim instance As RenderObjectCollection Dim name As System.String Dim value As RenderObject value = instance.FindByName(name)
public RenderObject FindByName( System.string name )
パラメータ
- name
- The name to search for.
戻り値の型
The object in the current collection, or null if no object was found.