PublishedEvent.ActionList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an array of actions containing the native data of the published action.
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
- Inheritance
-
PublishedEvent.ActionList
- Implements
Properties
Count |
Gets the number of actions associated with the event. |
Item[String] |
Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname. |
Methods
GetEnumerator() |
Returns an enumerator over the list of actions. |
TryGetValue(String, PublishedAction) |
Gets the value associated with the specified key. |