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