Initializes a new instance of the
IndexEntryOccurrence class.
シンタックス
'宣言
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
- The C1LinkTarget that is assigned to the IndexEntryOccurrence.Target property of the current occurrence.
- bold
- The bold flag that is assigned to the IndexEntryOccurrence.Bold property of the current occurrence.
- italic
- The italic flag that is assigned to the IndexEntryOccurrence.Italic property of the current occurrence.
参照