バージョン

ProvideDataSource メソッド (FinancialSeries)

財務シリーズと計算方式の間のデータ コントラクトによって必要とされるデータを提供します。
シンタックス
'宣言
 
Protected Overridable Function ProvideDataSource( _
   ByVal position As Integer, _
   ByVal count As Integer _
) As FinancialCalculationDataSource
protected virtual FinancialCalculationDataSource ProvideDataSource( 
   int position,
   int count
)

パラメータ

position
count

戻り値の型

計算方式が必要とするデータ。
参照