ToolTask.StandardOutputImportanceToUse 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.
The actual importance at which standard out messages will be logged.
protected:
property Microsoft::Build::Framework::MessageImportance StandardOutputImportanceToUse { Microsoft::Build::Framework::MessageImportance get(); };
protected Microsoft.Build.Framework.MessageImportance StandardOutputImportanceToUse { get; }
protected Microsoft.Build.Framework.MessageImportance StandardOutputImportanceToUse { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.StandardOutputImportanceToUse : Microsoft.Build.Framework.MessageImportance
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.StandardOutputImportanceToUse : Microsoft.Build.Framework.MessageImportance
Protected ReadOnly Property StandardOutputImportanceToUse As MessageImportance
Property Value
The actual importance at which standard out messages will be logged.
- Attributes