ISmartTagExtension 介面

定義

代表使用 Visual Studio 中 Office 開發工具所自訂 Word 文件中之智慧標籤的延伸模組。 延伸模組會定義智慧標籤的自訂辨識器。

public interface class ISmartTagExtension : Microsoft::Office::Tools::IExtension
[System.Runtime.InteropServices.Guid("B4244E14-AB13-432F-8D7B-70BBA2A3EA67")]
public interface ISmartTagExtension : Microsoft.Office.Tools.IExtension
[<System.Runtime.InteropServices.Guid("B4244E14-AB13-432F-8D7B-70BBA2A3EA67")>]
type ISmartTagExtension = interface
    interface IExtension
Public Interface ISmartTagExtension
Implements IExtension
屬性
實作

備註

ISmartTagExtension如果您想要控制 Word 如何辨識檔中的智慧標記,請實作 介面。

使用方式

此類型僅供 Word 2007 之專案使用。 智慧標記在 2010 Word 已被取代。

若要檢視程式代碼範例,請參閱本主題的 Microsoft Visual Studio 2008/.NET Framework 3.5 版本。

屬性

ExtensionBase

取得這個 IExtension 所擴充的物件。

(繼承來源 IExtension)

方法

Recognize(String, ISmartTagRecognizerSite, ISmartTagTokenList, SmartTagRecognizeContext)

在文件的文字中搜尋已辨識字詞。 這個類型或成員僅適用於 2007 Microsoft Office system 專案。 在 Office 2010 中已被淘汰的智慧標籤。

適用於