バージョン

FindNavItemByText(String) メソッド

Text プロパティ値に基づく項目を検索します。
シンタックス
'宣言
 
Public Overloads Function FindNavItemByText( _
   ByVal text As String _
) As NavItem
public NavItem FindNavItemByText( 
   string text
)

パラメータ

text
この項目の検索に使用される Text 文字列値。

戻り値の型

一致する場合の NavItem オブジェクト。それ以外の場合は null です
参照