IParseText 介面

定義

定義用於編輯器中撰寫 JScript 程式碼時剖析文字的方法。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public interface class IParseText
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("C1468187-3DA1-49df-ADF8-5F8600E59EA8")]
public interface IParseText
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("C1468187-3DA1-49df-ADF8-5F8600E59EA8")>]
type IParseText = interface
Public Interface IParseText
屬性

方法

Parse(String, IErrorHandler)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

在類別中實作時,剖析指定的原始程式碼。

適用於

另請參閱