バージョン

BasedOn メソッド (CustomIndicator)

コンシューマーが方式に再計算を依頼すべきかを理解するために、この方式が計算で使用する列を公開します。
シンタックス
'宣言
 
Protected Overrides Function BasedOn( _
   ByVal position As Integer, _
   ByVal count As Integer _
) As IList(Of String)
protected override IList<string> BasedOn( 
   int position,
   int count
)

パラメータ

position
count

戻り値の型

この方式が依存する列名のリスト。
参照