OutputMessageEventArgs.Importance Property
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public ReadOnly Property Importance As MessageImportance
Get
public MessageImportance Importance { get; }
public:
property MessageImportance Importance {
MessageImportance get ();
}
member Importance : MessageImportance
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.