共用方式為


SourceRange 類別

定義

範圍代表文字 的檔案、起點和終點。

public class SourceRange : IEquatable<Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange>
type SourceRange = class
    interface IEquatable<SourceRange>
Public Class SourceRange
Implements IEquatable(Of SourceRange)
繼承
SourceRange
實作

建構函式

SourceRange()

初始化 SourceRange 類別的新執行個體。

SourceRange(String, Int32, Int32, Int32, Int32)

初始化 SourceRange 類別的新執行個體。

屬性

Designer

取得或設定選用的設計工具資訊。

EndPoint

取得或設定來源檔案中的端點。

Path

取得或設定來源檔案的路徑。

StartPoint

取得或設定來源檔案中的起點。

方法

DeepClone()

建立 SourceRange 的新執行個體。 所有屬性都會以遞迴方式複製。

Equals(Object)

表示目前 SourceRange 與另一個 物件相等。

Equals(SourceRange)

表示目前 SourceRange 與相同類型的另一個物件相等。

GetHashCode()

建立目前 SourceRange 的雜湊碼。

ToString()

傳回表示目前 SourceRange 的字串。

適用於