PublishedEvent.FieldList クラス

定義

イベント フィールドに対する列挙子を公開します。

public: ref class PublishedEvent::FieldList : System::Collections::IEnumerable
public class PublishedEvent.FieldList : System.Collections.IEnumerable
type PublishedEvent.FieldList = class
    interface IEnumerable
Public Class PublishedEvent.FieldList
Implements IEnumerable
継承
PublishedEvent.FieldList
実装

プロパティ

Count

イベントに関連付けられているフィールドの数を取得します。

Item[Int32]

フィールドの序数を指定して、フィールド コレクションからフィールドを取得します。

Item[String]

フィールドの名前を指定して、フィールド コレクションからフィールドを取得します。

メソッド

TryGetValue(String, PublishedEventField)

指定したキーに関連付けられている値を取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

フィールドに対する列挙子を取得します。

適用対象