OutputMessageCollection 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.
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. |