MailMergeFieldNames インターフェイス

定義

差し込み印刷データ ソースのフィールド名を表すオブジェクトのコレクション MailMergeFieldName

public interface class MailMergeFieldNames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002091C-0000-0000-C000-000000000046")]
public interface MailMergeFieldNames : System.Collections.IEnumerable
type MailMergeFieldNames = interface
    interface IEnumerable
Public Interface MailMergeFieldNames
Implements IEnumerable
属性
実装

注釈

FieldNamesMailMergeFieldNames コレクションを取得するには、 プロパティを使用します。

MailMergeFieldNames コレクションに名前を追加することはできません。 フィールドがデータ ソースに追加されると、フィールド名は MailMergeFieldNames コレクションに自動的に含まれます。 メソッドを EditDataSource() 使用して、データ ソースの内容を編集します。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Object]

コレクション内の各オブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

GetEnumerator()

差し込み印刷データ ソースのフィールド名を表すオブジェクトのコレクション MailMergeFieldName

適用対象