ComponentOne Studio for WinRT XAML
FindItem メソッド

検索するテキスト
検索パラメータとして使用されるテキストと正確に一致する最初の項目を返します
構文
'宣言
 
Public Function FindItem( _
   ByVal text As System.String _
) As C1TreeViewItem
public C1TreeViewItem FindItem( 
   System.string text
)

パラメータ

text
検索するテキスト

戻り値の型

検索パラメータと一致する項目。一致する項目が存在しない場合は null
参照

C1TreeView クラス
C1TreeView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.