バージョン

TaskIndicatorItem コンストラクタ

新しい TaskIndicatorItem を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal indicatorType As TaskIndicatorType, _
   ByVal description As String _
)
public TaskIndicatorItem( 
   TaskIndicatorType indicatorType,
   string description
)

パラメータ

indicatorType
インジケーターのタイプを識別します。
description
インジケーターの記述。
参照