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 は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

クラスに実装されている場合は、指定したソース コードを解析します。

適用対象

こちらもご覧ください