Manifest.OutputMessages Property
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.
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