IAuthorServices Interface

 

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

Defines services for authoring JScript code in an editor.

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

[<GuidAttribute("9E2B453C-6EAA-4329-A619-62E4889C8C8A")>]
[<ComVisibleAttribute(true)>]
type IAuthorServices = interface end

NameDescription
System_CAPS_pubmethodGetCodeSense()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets an object that is used to add IntelliSense to text when JScript code is being authored in an editor.

System_CAPS_pubmethodGetColorizer()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets an object that is used to colorize text when JScript code is being authored in an editor.

.NET Framework
Available since 1.1
Return to top
Show: