共用方式為


SrgsDocument.Debug 屬性

定義

取得或設定是否應該在內嵌指令碼中加入行號。

public:
 property bool Debug { bool get(); void set(bool value); };
public bool Debug { get; set; }
member this.Debug : bool with get, set
Public Property Debug As Boolean

屬性值

如果加入行號以供偵錯之用則 Debug 屬性會傳回 true,否則屬性會傳回 false

適用於