Manifest.OutputMessages Property

Definition

Contains a collection of current error and warning messages.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::OutputMessageCollection ^ OutputMessages { Microsoft::Build::Tasks::Deployment::ManifestUtilities::OutputMessageCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection OutputMessages { get; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection OutputMessages { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.OutputMessages : Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OutputMessages : Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection
Public ReadOnly Property OutputMessages As OutputMessageCollection

Property Value

An OutputMessageCollection object, which contains a collection of current error and warning messages.

Attributes

Applies to