共用方式為


JSScanner.GetSourceCode 方法

定義

取得與這個掃描器物件相關聯的原始程式碼。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 System::String ^ GetSourceCode();
public string GetSourceCode ();
member this.GetSourceCode : unit -> string
Public Function GetSourceCode () As String

傳回

要掃描的原始程式碼。

備註

原始程式碼會指定給 JSScanner(Context) 方法或 SetSource 方法。

適用於

另請參閱