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 支持产品基础结构,不能在代码中直接使用。

在类中实现时,分析指定的源代码。

适用于

另请参阅