public virtual object FindByType( Type t, string elementName )
'Declaration Public Overridable Function FindByType( _ ByVal t As Type, _ ByVal elementName As String _ ) As Object
'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)
'使用法
Dim instance As Elements Dim t As Type Dim elementName As String Dim value As Object value = instance.FindByType(t, elementName)
Elements クラス Elements メンバ
© 2004-2017, GrapeCity inc. All rights reserved.