IParseText Interface

 

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

Defines methods for parsing text when JScript code is being authored in an editor.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[<GuidAttribute("C1468187-3DA1-49df-ADF8-5F8600E59EA8")>]
[<ComVisibleAttribute(true)>]
type IParseText = interface end

NameDescription
System_CAPS_pubmethodParse(String, IErrorHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, parses the specified source code.

.NET Framework
Available since 1.1
Return to top
Show: