JSAuthor Class

Definition

Provides 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 ref class JSAuthor : Microsoft::JScript::IAuthorServices
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0E4EFFC0-2387-11d3-B372-00105A98B7CE")]
public class JSAuthor : Microsoft.JScript.IAuthorServices
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0E4EFFC0-2387-11d3-B372-00105A98B7CE")>]
type JSAuthor = class
    interface IAuthorServices
Public Class JSAuthor
Implements IAuthorServices
Inheritance
JSAuthor
Attributes
Implements

Constructors

JSAuthor()

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

Initializes a new instance of the JSAuthor class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetCodeSense()

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

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.

Gets an object that is used to colorize text when JScript code is being authored in an editor.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also