次の方法で共有


RepeatingSectionItemColl インターフェイス

定義

オブジェクトの RepeatingSectionItem コレクションを表します。

public interface class RepeatingSectionItemColl : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("53FACA33-DB22-473F-BB51-96C2C86C9304")]
public interface RepeatingSectionItemColl : System.Collections.IEnumerable
type RepeatingSectionItemColl = interface
    interface IEnumerable
Public Interface RepeatingSectionItemColl
Implements IEnumerable
属性
実装

プロパティ

Application

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

Count

コレクション内の繰り返しセクション項目の数を表す Integer (C#では int ) を返します。 読み取り専用です。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

Item[Int32]

個別の繰り返しセクション アイテムを返します。

Parent

オブジェクトの RepeatingSectionItem コレクションを表します。

メソッド

GetEnumerator()

コレクションの繰り返しが可能な列挙子を返します。

適用対象