IAuthorServices Interface

Definition

Defines services for authoring JScript code in an editor.

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

public interface class IAuthorServices
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("9E2B453C-6EAA-4329-A619-62E4889C8C8A")]
public interface IAuthorServices
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("9E2B453C-6EAA-4329-A619-62E4889C8C8A")>]
type IAuthorServices = interface
Public Interface IAuthorServices
Derived
Attributes

Methods

GetCodeSense()

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.

GetColorizer()

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.

Applies to

See also