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 ビット 整数 を返します。 読み取り専用です。

Item[Object]

コレクション内の OMathRecognizedFunction 指定した項目を表す オブジェクトを返します。

Parent

指定したオブジェクトの親を返します OMathRecognizedFunctions

メソッド

Add(String)

認識された新しい関数を作成し、オブジェクトを OMathRecognizedFunction 返します。

GetEnumerator()

認識済みの関数のコレクションを表します。 コレクションの個々の OMathRecognizedFunction メンバーにアクセスするには、 オブジェクトを使用します。

適用対象