'宣言 Public Overridable Function FindChildObject( _ ByVal name As System.String _ ) As RenderObject
'使用法 Dim instance As RenderObject Dim name As System.String Dim value As RenderObject value = instance.FindChildObject(name)
public virtual RenderObject FindChildObject( System.string name )
パラメータ
- name
- The name of the object.
戻り値の型
Found RenderObject or null if not found.