PowerTools SPREAD for Windows Forms 10.0J
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
)

パラメータ

t
要素の型
elementName
要素の名前

戻り値の型

見つかったObject
参照

Elements クラス
Elements メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.