IsCommentLine メソッド (SapTextEdit)
クラス
SapTextEdit
.
処理
指定した行がコメント行である場合に true を返します。
構文
C#
commentLine
=
textEdit
.
IsCommentLine
(
line
)
VB
commentLine
=
textEdit
.
IsCommentLine
(
line
)
変数
説明
commentLine
Boolean
。
line
行のインデックス。 The value is zero-based.。
Integer
。