次の方法で共有


SourcePoint コンストラクター

定義

オーバーロード

SourcePoint()

SourcePoint クラスの新しいインスタンスを初期化します。

SourcePoint(Int32, Int32)

SourcePoint クラスの新しいインスタンスを初期化します。

SourcePoint()

SourcePoint クラスの新しいインスタンスを初期化します。

public SourcePoint ();
Public Sub New ()

適用対象

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。

適用対象