SourcePoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SourcePoint() |
SourcePoint クラスの新しいインスタンスを初期化します。 |
SourcePoint(Int32, Int32) |
SourcePoint クラスの新しいインスタンスを初期化します。 |
SourcePoint()
SourcePoint(Int32, Int32)
SourcePoint クラスの新しいインスタンスを初期化します。
public SourcePoint (int lineIndex, int charIndex);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint : int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint
Public Sub New (lineIndex As Integer, charIndex As Integer)
パラメーター
- lineIndex
- Int32
行インデックス。
- charIndex
- Int32
char index。