OutputMessageEventArgs.Importance Property
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public ReadOnly Property Importance As MessageImportance
public MessageImportance Importance { get; }
public:
property MessageImportance Importance {
MessageImportance get ();
}
member Importance : MessageImportance with get
function get Importance () : MessageImportance
Property Value
Type: Microsoft.VisualStudio.Diagnostics.Logging.MessageImportance
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.