バージョン

FindNavItemByKey(String) メソッド

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

パラメータ

key
項目の検索に使用される Key 文字列。

戻り値の型

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