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

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

適用対象

こちらもご覧ください