FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > Elements クラス : FindByType メソッド |
'Declaration Public Overridable Function FindByType( _ ByVal t As Type, _ ByVal elementName As String _ ) As Object
'使用法 Dim instance As Elements Dim t As Type Dim elementName As String Dim value As Object value = instance.FindByType(t, elementName)
public virtual object FindByType( Type t, string elementName )