PublishedEvent.ActionList クラス

定義

パブリッシュされたアクションのネイティブ データを含むアクションの配列を表します。

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

プロパティ

Count

イベントに関連付けられているアクションの数を取得します。

Item[String]

名前を指定してアクションの一覧からアクションを取得します。 actionName は、{[moduleid.packagename. | [packagename.]}objectname。

メソッド

GetEnumerator()

アクションの一覧を列挙する列挙子を返します。

TryGetValue(String, PublishedAction)

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

適用対象