RepeatingSectionItemColl インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトの 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() |
コレクションの繰り返しが可能な列挙子を返します。 |