IndexEntryOccurrenceクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As C1LinkTarget, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim target As C1LinkTarget
Dim bold As System.Boolean
Dim italic As System.Boolean
Dim instance As New IndexEntryOccurrence(target, bold, italic)
public IndexEntryOccurrence(
C1LinkTarget ,
System.bool ,
System.bool
)
パラメータ
- target
- 現在の発生の Targetに割り当てられる C1LinkTarget。
- bold
- 現在の発生の Boldプロパティに割り当てられる boldフラグ。
- italic
- 現在の発生の Italicプロパティに割り当てられる italicフラグ。
参照