バージョン

GetContextAreaItems メソッド

指定した executionContext の領域項目を取得します。
シンタックス
'宣言
 
Protected Overridable Function GetContextAreaItems( _
   ByVal executionContext As ExecutionContext _
) As IList(Of IAreaItemViewModel)
protected virtual IList<IAreaItemViewModel> GetContextAreaItems( 
   ExecutionContext executionContext
)

パラメータ

executionContext
実行コンテキスト。

戻り値の型

コンテキストの領域で見つけられた領域項目のコレクション。
参照