JSScanner.GetSourceCode Method

Definition

Gets the source code that is associated with this scanner object.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Returns

The source code to scan.

Remarks

The source code is specified to the JSScanner(Context) method or to the SetSource method.

Applies to

See also