PublishedEvent.ActionList クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
公開されたアクションのネイティブデータを含むアクションの配列を表します。
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.]のフォーマットに準拠しています。 |[パッケージ名。]}オブジェクト名。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetEnumerator() |
アクションリストに対して列挙子を返します。 |
| TryGetValue(String, PublishedAction) |
指定したキーに関連付けられている値を取得します。 |