IAuthorServices 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義了在編輯器中撰寫 JScript 程式碼的服務。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
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
- 衍生
- 屬性
方法
| 名稱 | Description |
|---|---|
| GetCodeSense() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 當 在類別中實作時,會得到一個物件,當 JScript 程式碼在編輯器中撰寫時,用來將 IntelliSense 加入文字。 |
| GetColorizer() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 當 在類別中實作時,會得到一個物件,當 JScript 程式碼在編輯器中撰寫時,用來著色文字。 |