'宣言 Public Function New( _ ByVal range As System.Object, _ ByVal attrs As C1HighlightAttrs _ )
'使用法 Dim range As System.Object Dim attrs As C1HighlightAttrs Dim instance As New C1FragmentHighlight(range, attrs)
public C1FragmentHighlight( System.object range, C1HighlightAttrs attrs )
パラメータ
- range
- The object defining the content which should be highlighted.
- attrs
- The highlighting attributes.