Basic Library for UWP/WinRT XAML
FindItem(String) メソッド

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

パラメータ

text
検索するテキスト

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1TreeView クラス
C1TreeView メンバ

Send Feedback