OutputMessageCollection Class

Definition

Provides a collection for output messages.

public ref class OutputMessageCollection sealed : System::Collections::IEnumerable
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class OutputMessageCollection : System.Collections.IEnumerable
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputMessageCollection = class
    interface IEnumerable
Public NotInheritable Class OutputMessageCollection
Implements IEnumerable
Inheritance
OutputMessageCollection
Attributes
Implements

Properties

ErrorCount

Gets the number of error messages in the collecction.

Item[Int32]

Gets the element at the specified index.

WarningCount

Gets the number of warning messages in the collecction.

Methods

Clear()

Removes all objects from the collection.

GetEnumerator()

Returns an enumerator that can iterate through the collection.

Applies to