PublishedEvent.FieldList 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.
Exposes an enumerator over the event fields.
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
- Inheritance
-
PublishedEvent.FieldList
- Implements
Properties
Count |
Gets the number of fields associated with the event. |
Item[Int32] |
Gets a field by ordinal from the fields collection. |
Item[String] |
Gets a field by name from the fields collection. |
Methods
TryGetValue(String, PublishedEventField) |
Gets the value associated with the specified key. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator over the fields. |