OMathRecognizedFunctions 接口

定义

代表可识别函数的集合。 OMathRecognizedFunction使用 对象访问集合的单个成员。

public interface class OMathRecognizedFunctions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("44FEE887-6600-41AB-95A5-DE33C605116C")]
public interface OMathRecognizedFunctions : System.Collections.IEnumerable
type OMathRecognizedFunctions = interface
    interface IEnumerable
Public Interface OMathRecognizedFunctions
Implements IEnumerable
属性
实现

注解

OMathRecognizedFunctions 是包含在“识别函数”对话框中的名称的集合。

属性

Application

返回一个_Application对象,该对象表示 Microsoft Word 应用程序。

Count

返回集合中的 OMathRecognizedFunctions 项数。 此为只读属性。

Creator

返回一个 32 位 Integer ,指示在其中创建外接程序的应用程序。 此为只读属性。

Item[Object]

返回一个 OMathRecognizedFunction 对象,该对象代表集合中的指定项。

Parent

返回指定 OMathRecognizedFunctions 对象的父级。

方法

Add(String)

创建新的识别函数并返回 对象 OMathRecognizedFunction

GetEnumerator()

代表可识别函数的集合。 OMathRecognizedFunction使用 对象访问集合的单个成员。

适用于