IParseText 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義用於編輯器中撰寫 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 支援此產品基礎結構,但無法直接用於程式碼之中。 在類別中實作時,剖析指定的原始程式碼。 |