言語

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()

調査員を畑につける。

適用対象